PHPFusion\BreadCrumbs::showHome PHP Метод

showHome() публичный Метод

Show or hide the link to home page
public showHome ( boolean $state = TRUE ) : static
$state boolean
Результат static
    public function showHome($state = TRUE)
    {
        $this->showHome = (bool) $state;
        return $this;
    }