PHP Class GraphAware\Neo4j\OGM\Tests\Lazy\Model\MetaResource

Show file Open project: graphaware/neo4j-php-ogm

Protected Properties

Property Type Description
$colour string
$icon string
$iconColour string
$id integer
$name_DE string
$resourceType string

Public Methods

Method Description
__construct ( $resourceType )
getColour ( )
getIcon ( )
getIconColour ( )
getName_DE ( )
getResourceType ( )

Method Details

__construct() public method

public __construct ( $resourceType )

getColour() public method

public getColour ( )

getIcon() public method

public getIcon ( )

getIconColour() public method

public getIconColour ( )

getName_DE() public method

public getName_DE ( )

getResourceType() public method

public getResourceType ( )

Property Details

$colour protected property

protected string $colour
return string

$icon protected property

protected string $icon
return string

$iconColour protected property

protected string $iconColour
return string

$id protected property

protected int $id
return integer

$name_DE protected property

protected string $name_DE
return string

$resourceType protected property

protected string $resourceType
return string