PHP 클래스 Inpsyde\MultilingualPress\Module\Exception\ModuleAlreadyRegisteredException

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

공개 메소드들

메소드 설명
for_id ( string $id, string $action = 'register' ) : static Returns a new exception object.

메소드 상세

for_id() 공개 정적인 메소드

Returns a new exception object.
부터: 3.0.0
public static for_id ( string $id, string $action = 'register' ) : static
$id string Module ID.
$action string Optional. Action to be performed. Defaults to 'register'.
리턴 static Exception object.