PHP Класс bitExpert\Disco\Annotations\Parameter

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$defaultValue mixed
$name string
$required boolean

Открытые методы

Метод Описание
__construct ( array $attributes = [] ) Creates a new {@link \bitExpert\Disco\Annotations\Parameter}.
getDefaultValue ( ) : mixed Returns the default value to use in case the configuration value is not defined.
getName ( ) : string Returns the name of the configuration value to use.
isRequired ( ) : boolean Returns true if the parameter is required, false for an optional parameter.

Описание методов

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

Creates a new {@link \bitExpert\Disco\Annotations\Parameter}.
public __construct ( array $attributes = [] )
$attributes array

getDefaultValue() публичный Метод

Returns the default value to use in case the configuration value is not defined.
public getDefaultValue ( ) : mixed
Результат mixed

getName() публичный Метод

Returns the name of the configuration value to use.
public getName ( ) : string
Результат string

isRequired() публичный Метод

Returns true if the parameter is required, false for an optional parameter.
public isRequired ( ) : boolean
Результат boolean

Описание свойств

$defaultValue защищенное свойство

protected mixed $defaultValue
Результат mixed

$name защищенное свойство

protected string $name
Результат string

$required защищенное свойство

protected bool $required
Результат boolean