PHP 클래스 Sulu\Component\Rest\Exception\MissingParameterChoiceException

상속: extends RestException
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( string $controller, string[] $names )
getController ( ) : string
getNames ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $controller, string[] $names )
$controller string
$names string[]

getController() 공개 메소드

public getController ( ) : string
리턴 string

getNames() 공개 메소드

public getNames ( ) : string
리턴 string