Adamgoose\Routing\Annotations\MethodEndpoint::__construct PHP Метод

__construct() публичный метод

Create a new route definition instance.
public __construct ( array $attributes = [] ) : void
$attributes array
Результат void
    public function __construct(array $attributes = array())
    {
        foreach ($attributes as $key => $value) {
            $this->{$key} = $value;
        }
    }