Method |
Description |
|
getMax ( ) : integer |
Get title max lenght. |
|
getSeparator ( ) : string |
Get title separator. |
|
getSiteName ( ) : string |
Get site name. |
|
getTitleOnly ( ) : string |
Get title only (without site name or separator). |
|
isTitleFirst ( ) : boolean |
Check if title is first. |
|
make ( string $title, string $siteName = '', string $separator = '-' ) : self |
Make a Title instance. |
|
set ( string $title ) : self |
Set title. |
|
setFirst ( ) : self |
Set title first. |
|
setLast ( ) : self |
Set title last. |
|
setMax ( integer $max ) : self |
Set title max lenght. |
|
setSeparator ( string $separator ) : self |
Set title separator. |
|
setSiteName ( string $siteName ) : self |
Set site name. |
|