PHP 클래스 Inpsyde\MultilingualPress\Core\Exception\PropertyManipulationNotAllowedException

부터: 3.0.0
상속: extends Exceptio\Exception
파일 보기 프로젝트 열기: inpsyde/multilingual-press 1 사용 예제들

공개 메소드들

메소드 설명
for_name ( string $name, string $action = 'set' ) : static Returns a new exception object.

메소드 상세

for_name() 공개 정적인 메소드

Returns a new exception object.
부터: 3.0.0
public static for_name ( string $name, string $action = 'set' ) : static
$name string The name of the property.
$action string Optional. Action to be performed. Defaults to 'set'.
리턴 static Exception object.