ProjectPage::execute PHP Method

execute() public method

public execute ( )
    public function execute()
    {
        $action = ProjectAction::newFromContext($this->getContext());
        $action->doAction();
        $this->setAction($action);
        $this->content = $this->initContent();
    }