PHP 클래스 Mlp_Save_Post_Request_Validator

저자: toscho
상속: implements Mlp_Request_Validator_Interface
파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
__construct ( Inpsyde\MultilingualPress\Common\Nonce\Nonce $nonce ) Constructor.
is_valid ( integer $context = NULL ) : boolean Is this a valid request?

비공개 메소드들

메소드 설명
is_real_revision ( integer $post_id ) : boolean Check post status.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Inpsyde\MultilingualPress\Common\Nonce\Nonce $nonce )
$nonce Inpsyde\MultilingualPress\Common\Nonce\Nonce Nonce object.

is_valid() 공개 메소드

Is this a valid request?
public is_valid ( integer $context = NULL ) : boolean
$context integer Post id
리턴 boolean