Class AttributeCollection
A collection of attributes that define a given object
Namespace: DSchoenbauer\Orm\Framework
Author: David Schoenbauer dschoenbauer@gmail.com
Located at Orm/Framework/AttributeCollection.php
Author: David Schoenbauer dschoenbauer@gmail.com
Located at Orm/Framework/AttributeCollection.php
public
|
|
public
mixed
|
#
get( string $key, mixed $defaultValue = null, string $type =
Retrieves a parameter if the parameter doesn't exist one is created with the default value |
public
boolean
|
string |
BY_VALUE
returns the value that is housed inside an attribute |
#
"byValue"
|
string |
BY_REF
gets the attribute object itself allowing for late binding to a value |
#
"byRef"
|