Rs\Json\Patch\Operation::getPointerParts PHP Method

getPointerParts() protected method

protected getPointerParts ( ) : array
return array
    protected function getPointerParts()
    {
        return array_slice(array_map('urldecode', explode('/', trim($this->getPath()))), 1);
    }