PHP 클래스 Neos\FluidAdaptor\Core\ViewHelper\ArgumentDefinition

사용 중단: use \TYPO3Fluid\Fluid\Core\ViewHelper\ArgumentDefinition
상속: extends TYPO3Fluid\Fluid\Core\ViewHelper\ArgumentDefinition
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$isMethodParameter boolean TRUE if it is a method parameter

공개 메소드들

메소드 설명
__construct ( string $name, string $type, string $description, boolean $required, mixed $defaultValue = null, boolean $isMethodParameter = false ) Constructor for this argument definition.
isMethodParameter ( ) : boolean TRUE if it is a method parameter

메소드 상세

__construct() 공개 메소드

Constructor for this argument definition.
public __construct ( string $name, string $type, string $description, boolean $required, mixed $defaultValue = null, boolean $isMethodParameter = false )
$name string Name of argument
$type string Type of argument
$description string Description of argument
$required boolean TRUE if argument is required
$defaultValue mixed Default value
$isMethodParameter boolean TRUE if this argument is a method parameter

isMethodParameter() 공개 메소드

TRUE if it is a method parameter
public isMethodParameter ( ) : boolean
리턴 boolean TRUE if it's a method parameter

프로퍼티 상세

$isMethodParameter 보호되어 있는 프로퍼티

TRUE if it is a method parameter
protected bool $isMethodParameter
리턴 boolean