Adamgoose\Routing\Annotations\Annotations\Annotation::__set PHP Method

__set() public method

Dynamically set a property on the annotation.
public __set ( string $key, mixed $value ) : void
$key string
$value mixed
return void
    public function __set($key, $value)
    {
        $this->values[$key] = $value;
    }