Méthode |
Description |
|
__call ( $field, $args ) : mixed |
This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2 |
|
__get ( $field ) : mixed |
This is helpful for twig to return properties and methods see: https://github.com/fabpot/Twig/issues/2 |
|
__isset ( $field ) : boolean |
|
|
can_edit ( ) : boolean |
Can you edit this post/term/user? Well good for you. You're no better than me. |
|
get_field ( string $field_name ) : mixed |
|
|
get_method_values ( ) : array |
|
|
import ( array | object $info, $force = false ) |
Takes an array or object and adds the properties to the parent object |
|
update ( string $key, mixed $value ) |
|
|