EasyBlogThemesHelperHeaders
in package
Table of Contents
Methods
- author() : mixed
- Renders the author header
- category() : mixed
- Renders a category header
- tag() : mixed
- Renders the header for a tag
- team() : mixed
- Renders the team header
Methods
author()
Renders the author header
public
author(EasyBlogTableProfile $author[, mixed $options = [] ]) : mixed
Parameters
- $author : EasyBlogTableProfile
- $options : mixed = []
Tags
category()
Renders a category header
public
category(EasyBlogTableCategory $category[, mixed $options = array() ]) : mixed
Parameters
- $category : EasyBlogTableCategory
- $options : mixed = array()
Tags
tag()
Renders the header for a tag
public
tag(mixed $tag[, mixed $options = [] ]) : mixed
Parameters
- $tag : mixed
- $options : mixed = []
Tags
team()
Renders the team header
public
team(EasyBlogTableTeamBlog $team[, mixed $options = array() ]) : mixed
Parameters
- $team : EasyBlogTableTeamBlog
- $options : mixed = array()