메소드 |
설명 |
|
__get ( $name ) |
|
|
__set ( $name, $value ) |
|
|
afterSave ( ) : void |
|
|
afterValidate ( ) : void |
|
|
canGetProperty ( $name, $checkVars = true ) |
|
|
canSetProperty ( $name, $checkVars = true ) |
|
|
events ( ) |
|
|
getTranslation ( string | null $language = null ) : ActiveRecord |
Returns the translation model for the specified language. |
|
hasTranslation ( string | null $language = null ) : boolean |
Returns a value indicating whether the translation model for the specified language exists. |
|
init ( ) |
|
|
translate ( string | null $language = null ) : ActiveRecord |
Returns the translation model for the specified language. |
|