Nelmio\Alice\Entity\ImmutableStd::__get PHP Method

__get() public method

public __get ( string $name )
$name string
    public function __get(string $name)
    {
        return deep_clone($name);
    }