PostController::initialize PHP Method

initialize() public method

Always called by dispatcher before controller's requested method.
Since: 2.0.0
public initialize ( )
    public function initialize()
    {
        parent::initialize();
        $this->CssClass = 'NoPanel';
    }