Вход Регистрация
Файл: concrete5.7.5.6/concrete/vendor/zendframework/zend-feed/src/Reader/ExtensionManagerInterface.php
Строк: 43
<?php
/**
 * Zend Framework (http://framework.zend.com/)
 *
 * @link      http://github.com/zendframework/zf2 for the canonical source repository
 * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
 * @license   http://framework.zend.com/license/new-bsd New BSD License
 */

namespace ZendFeedReader;

interface 
ExtensionManagerInterface
{
    
/**
     * Do we have the extension?
     *
     * @param  string $extension
     * @return bool
     */
    
public function has($extension);

    
/**
     * Retrieve the extension
     *
     * @param  string $extension
     * @return mixed
     */
    
public function get($extension);
}
Онлайн: 1
Реклама