for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Signifly\Shopify\REST\Resources;
class PageResource extends ApiResource
{
public function update(array $data): self
return $this->shopify->updatePage($this->id, $data);
id
Signifly\Shopify\REST\Resources\PageResource
__get
}
public function delete(): void
$this->shopify->deletePage($this->id);