PHP Class Jarves\Admin\Utils

Show file Open project: jarves/jarves Class Usage Examples

Protected Properties

Property Type Description
$jarves Jarves\Jarves

Public Methods

Method 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 method

public __construct ( $jarves )

getEntryPoint() public method

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
return Jarves\Configuration\EntryPoint

Property Details

$jarves protected property

protected Jarves,Jarves $jarves
return Jarves\Jarves