function(array $cfg = []) { if ($this->check() && $this->controller) { return $this->controller; } return null; }