Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/Embed/Providers/OEmbed/EndPointInterface.php
Строк: 30
<?php

namespace EmbedProvidersOEmbed;

use 
EmbedAdaptersAdapter;
use 
EmbedHttpUrl;

/**
 * Interface for all oembed endPoint.
 */
interface EndPointInterface
{
    
/**
     * Check the response and create new instance.
     *
     * @param Adapter $adapter
     *
     * @return EndPointInterface|null
     */
    
public static function create(Adapter $adapter);

    
/**
     * Returns the oembed endPoint.
     *
     * @return Url|null
     */
    
public function getEndPoint();
}
Онлайн: 1
Реклама