PHP 클래스 Rs\Json\Patch\Operations\Copy

상속: extends Rs\Json\Patch\Operation
파일 보기 프로젝트 열기: raphaelstolt/php-jsonpatch

보호된 프로퍼티들

프로퍼티 타입 설명
$from string

공개 메소드들

메소드 설명
__construct ( stdClass $operation )
perform ( string $targetDocument ) : string

보호된 메소드들

메소드 설명
assertMandatories ( stdClass $operation ) Guard the mandatory operation property
getFrom ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( stdClass $operation )
$operation stdClass

assertMandatories() 보호된 메소드

Guard the mandatory operation property
protected assertMandatories ( stdClass $operation )
$operation stdClass The operation structure.

getFrom() 보호된 메소드

protected getFrom ( ) : string
리턴 string

perform() 공개 메소드

public perform ( string $targetDocument ) : string
$targetDocument string
리턴 string

프로퍼티 상세

$from 보호되어 있는 프로퍼티

protected string $from
리턴 string