EasyBlogThemesHelperAvatar
in package
Table of Contents
Methods
- category() : mixed
- Renders the avatar of the category
- team() : mixed
- Renders the avatar of the team
- user() : mixed
- Renders the avatar of the user
- render() : mixed
- Centralized method of retrieving the html output of the avatar
Methods
category()
Renders the avatar of the category
public
category(EasyBlogTableCategory $category[, mixed $size = 'default' ][, mixed $anchorLink = true ][, mixed $options = [] ]) : mixed
Parameters
- $category : EasyBlogTableCategory
- $size : mixed = 'default'
- $anchorLink : mixed = true
- $options : mixed = []
Tags
team()
Renders the avatar of the team
public
team(mixed $team[, mixed $size = 'default' ][, mixed $anchorLink = true ][, mixed $options = [] ]) : mixed
Parameters
- $team : mixed
- $size : mixed = 'default'
- $anchorLink : mixed = true
- $options : mixed = []
Tags
user()
Renders the avatar of the user
public
user(EasyBlogTableProfile $user[, mixed $size = 'default' ][, mixed $anchorLink = true ][, mixed $options = [] ]) : mixed
Parameters
- $user : EasyBlogTableProfile
- $size : mixed = 'default'
- $anchorLink : mixed = true
- $options : mixed = []
Tags
render()
Centralized method of retrieving the html output of the avatar
private
render(mixed $url, mixed $size, mixed $anchorLink[, mixed $options = [] ]) : mixed
Parameters
- $url : mixed
- $size : mixed
- $anchorLink : mixed
- $options : mixed = []