PHP Класс Timber\User

Наследование: extends Core, implements Timber\CoreInterface
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$_link
$avatar The URL of the author's avatar
$description The description from WordPress
$display_name
$first_name The first name of the user
$id The ID from WordPress
$last_name The last name of the user
$object_type
$representation
$user_nicename

Открытые методы

Метод Описание
__construct ( object | integer | boolean $uid = false )
__set ( string $field, mixed $value )
__toString ( ) : string
get_custom ( ) : array | null
get_meta ( string $field_name ) : null
get_meta_field ( string $field_name ) : mixed
link ( ) : string
meta ( string $field_name ) : mixed
name ( ) : string
path ( ) : string
slug ( ) : string

Защищенные методы

Метод Описание
init ( object | integer | boolean $uid = false )

Описание методов

__construct() публичный Метод

public __construct ( object | integer | boolean $uid = false )
$uid object | integer | boolean

__set() публичный Метод

public __set ( string $field, mixed $value )
$field string
$value mixed

__toString() публичный Метод

public __toString ( ) : string
Результат string a fallback for TimberUser::name()

get_custom() публичный Метод

public get_custom ( ) : array | null
Результат array | null

get_meta() публичный Метод

public get_meta ( string $field_name ) : null
$field_name string
Результат null

get_meta_field() публичный Метод

public get_meta_field ( string $field_name ) : mixed
$field_name string
Результат mixed

init() защищенный Метод

protected init ( object | integer | boolean $uid = false )
$uid object | integer | boolean The user ID to use

meta() публичный Метод

public meta ( string $field_name ) : mixed
$field_name string
Результат mixed

name() публичный Метод

public name ( ) : string
Результат string the human-friendly name of the user (ex: "Buster Bluth")

path() публичный Метод

public path ( ) : string
Результат string ex: /author/lincoln

slug() публичный Метод

public slug ( ) : string
Результат string ex baberaham-lincoln

Описание свойств

$avatar публичное свойство

The URL of the author's avatar
public $avatar

$description публичное свойство

The description from WordPress
public $description

$display_name публичное свойство

public $display_name

$first_name публичное свойство

The first name of the user
public $first_name

$id публичное свойство

The ID from WordPress
public $id

$last_name публичное свойство

The last name of the user
public $last_name

$object_type публичное свойство

public $object_type

$representation публичное статическое свойство

public static $representation

$user_nicename публичное свойство

public $user_nicename