Admin_BlogController::init PHP Method

init() public method

public init ( )
    public function init()
    {
        $this->blogService = $this->_helper->service('blog');
        $this->user = $this->_helper->service('user')->getCurrentUser();
    }