PHP Class Nelmio\Alice\Entity\ImmutableStd

Show file Open project: nelmio/alice

Public Methods

Method Description
__construct ( array $properties )
__get ( string $name )
__set ( string $name, $value )

Method Details

__construct() public method

public __construct ( array $properties )
$properties array

__get() public method

public __get ( string $name )
$name string

__set() public method

public __set ( string $name, $value )
$name string