Rs\Json\Patch\Operations\Copy::__construct PHP Method

__construct() public method

public __construct ( stdClass $operation )
$operation stdClass
    public function __construct(\stdClass $operation)
    {
        $this->assertMandatories($operation);
        parent::__construct('copy', $operation);
        $this->from = $operation->from;
    }