render() public method

render the title
Since: 3.0.0
public render ( ) : string
return string
Example #1
0
 /**
  * title
  *
  * @since 3.0.0
  *
  * @return string
  */
 public static function title()
 {
     $title = new Head\Title(Registry::getInstance());
     return $title->render();
 }