PHP 클래스 Rs\Json\Patch\Document

파일 보기 프로젝트 열기: raphaelstolt/php-jsonpatch 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $patchDocument, integer $allowedPatchOperations = null )
getPatchOperations ( ) : Operation[]

비공개 메소드들

메소드 설명
extractPatchOperations ( string $patchDocument ) : Operation[]
isEmptyPatchDocument ( mixed $patchDocument ) : boolean
patchOperationFactory ( stdClass $possiblePatchOperation ) : Operation

메소드 상세

__construct() 공개 메소드

public __construct ( string $patchDocument, integer $allowedPatchOperations = null )
$patchDocument string
$allowedPatchOperations integer

getPatchOperations() 공개 메소드

public getPatchOperations ( ) : Operation[]
리턴 Operation[]