Ansel_Block_RecentComments::__construct PHP Method

__construct() public method

public __construct ( $app, $params = [] )
    public function __construct($app, $params = array())
    {
        parent::__construct($app, $params);
        $this->enabled = $GLOBALS['registry']->images->hasComments() && $GLOBALS['registry']->hasMethod('forums/getThreadsBatch');
        $this->_name = _("Recent Photo Comments");
    }