PHP Class Common\Doctrine\Repository\MetaRepository

Show file Open project: forkcms/forkcms Class Usage Examples

Public Methods

Method Description
generateURL ( string $url, string $class, string $method, array $parameters = [] ) : string Generate an url, using the predefined callback.

Method Details

generateURL() public method

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
return string