Trait SegmentTrait
Methods summary
public
offsetExists( $offset )
public
&
offsetGet( $offset )
public
offsetSet( $offset, $value )
public
offsetUnset( $offset )
public
&
__get( string $name )
: mixed
Return a property value.
Note: We override the method as to be able to return $reference as a reference
and not a value.
Parameters
Returns
mixed
abstract protected
&
get_reference( void )
: array
Return the segment reference.
Return the segment reference.
Returns
array
abstract protected
accessor_get( string $property )
: mixed
Returns the value of an inaccessible property.
Returns the value of an inaccessible property.
Parameters
Returns
mixed
See
\ICanBoogie\Accessor\AccessorTrait::accessor_get()
Properties summary
Magic properties
public
$reference
: array
A reference to the session array.