PHP Класс Common\Doctrine\Repository\MetaRepository

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
generateURL ( string $url, string $class, string $method, array $parameters = [] ) : string Generate an url, using the predefined callback.

Описание методов

generateURL() публичный Метод

Generate an url, using the predefined callback.
public generateURL ( string $url, string $class, string $method, array $parameters = [] ) : string
$url string The base-url to start from.
$class string The Fully Qualified Class Name or service name
$method string The method that needs to be called
$parameters array The parameters for the callback
Результат string