Свойство | Тип | Описание | |
---|---|---|---|
$id | integer | ||
$translations |
Метод | Описание | |
---|---|---|
__construct ( ) | Constructor | |
__toString ( ) : string | ||
getBody ( ) : string | Get body | |
getId ( ) : integer | Get id | |
getSlug ( ) : string | ||
getTitle ( ) : string | Get title | |
getTitleTranslations ( ) : string | Get title translations | |
isVisible ( ) : boolean | Is visible | |
setBody ( string $body ) | Set body | |
setSlug ( string $slug ) | ||
setTitle ( string $title ) | Set title | |
setVisible ( boolean $visible ) | Set visible | |
translate ( null $locale = null ) : mixed | null | Ojs\AdminBundle\Entity\AdminPageTranslation | Translation helper method |
public getTitleTranslations ( ) : string | ||
Результат | string |