PHP 클래스 Webiny\Component\ServiceManager\Argument

상속: use trait Webiny\Component\StdLib\StdLibTrait
파일 보기 프로젝트 열기: Webiny/Framework 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( mixed $argument ) Create Argument instance
value ( ) : mixed Get real Argument value

비공개 메소드들

메소드 설명
createValue ( mixed $object, array $arguments = [] ) : mixed | object Create proper argument value
parseArguments ( $arguments )

메소드 상세

__construct() 공개 메소드

Create Argument instance
public __construct ( mixed $argument )
$argument mixed Value to wrap into Argument instance

value() 공개 메소드

Get real Argument value
public value ( ) : mixed
리턴 mixed