function() { if ($this->check() && $this->controller) { return $this->controller->hasContent(); } return false; }