PHP Class Jarves\Admin\Utils

Afficher le fichier Open project: jarves/jarves Class Usage Examples

Protected Properties

Свойство Type Description
$jarves Jarves\Jarves

Méthodes publiques

Méthode Description
__construct ( $jarves )
getEntryPoint ( string $code ) : EntryPoint Gets the item from the administration entry points defined in the config.json, by the given code.

Method Details

__construct() public méthode

public __construct ( $jarves )

getEntryPoint() public méthode

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
Résultat Jarves\Configuration\EntryPoint

Property Details

$jarves protected_oe property

protected Jarves,Jarves $jarves
Résultat Jarves\Jarves