Admin_FeedbackController::init PHP Method

init() public method

private $editForm;
public init ( )
    public function init()
    {
        // get feedback repository
        $this->feedbackRepository = $this->_helper->entity->getRepository('Newscoop\\Entity\\Feedback');
        //$this->form = new Admin_Form_Comment;
        //$this->editForm = new Admin_Form_Comment_EditForm;
        return $this;
    }