Admin_CommentAcceptanceController::init PHP Method

init() public method

public init ( )
    public function init()
    {
        // get comment repository
        $this->repository = $this->_helper->entity->getRepository('Newscoop\\Entity\\Comment\\Acceptance');
        $this->form = new Admin_Form_CommentAcceptance();
        $this->form->setMethod('post');
        return $this;
    }