XPSPL\SIG::__get PHP Method

__get() public method

Get a variable in the signal.
public __get ( mixed $key ) : mixed | null
$key mixed Variable name.
return mixed | null
    public function __get($key)
    {
        throw new \LogicException(sprintf("Call to undefined signal property %s", $key));
    }