PHP Class Frontend\Modules\ContentBlocks\Engine\Model

Datei anzeigen Open project: forkcms/forkcms Class Usage Examples

Public Methods

Method Description
get ( string $id ) : array Get an item.

Method Details

get() public static method

Get an item.
Deprecation: use doctrine instead
public static get ( string $id ) : array
$id string The id of the item to fetch.
return array