PHP Класс Jarves\Admin\Utils

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

Защищенные свойства (Protected)

Свойство Тип Описание
$jarves Jarves\Jarves

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

Метод Описание
__construct ( $jarves )
getEntryPoint ( string $code ) : EntryPoint Gets the item from the administration entry points defined in the config.json, by the given code.

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

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

public __construct ( $jarves )

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

Gets the item from the administration entry points defined in the config.json, by the given code.
public getEntryPoint ( string $code ) : EntryPoint
$code string /news/foo/bar/edit
Результат Jarves\Configuration\EntryPoint

Описание свойств

$jarves защищенное свойство

protected Jarves,Jarves $jarves
Результат Jarves\Jarves