A blog article.
Public Properties | |
const | DIR = 'articles' |
const | MAP |
const | TYPE = 'article' |
Public Properties inherited from AbstractEntity | |
const | DIR = '' |
All subclasses must redeclare this to match their REST directory (without container). More... | |
const | TYPE = '' |
All subclasses must redeclare this to match their types. More... | |
Public Properties inherited from Data | |
const | MAP = [] |
const | PATCH = [] |
Public Methods | |
magic string | getAuthor () |
Blog | getBlog () |
magic string | getBlogId () |
injected More... | |
magic string | getBodyHtml () |
Comment[] | getComments () |
int | getCommentsCount () |
magic string | getCreatedAt () |
magic string | getHandle () |
magic null Image | getImage () |
magic string | getPublished () |
magic string | getPublishedAt () |
magic string | getSummaryHtml () |
magic string | getTags () |
magic null string | getTemplateSuffix () |
magic string | getTitle () |
magic string | getUpdatedAt () |
magic string | getUserId () |
Comment | newComment () |
Factory. More... | |
magic Comment[] | selectComments (callable $filter) |
fn( Comment $comment ): bool More... | |
magic $this | setAuthor (string $author) |
magic $this | setBodyHtml (string $html) |
magic $this | setHandle (string $handle) |
magic $this | setImage (?Image $image) |
magic $this | setPublished (string $published) |
magic $this | setPublishedAt (string $iso8601) |
magic $this | setSummaryHtml (string $html) |
magic $this | setTags (string $tags) |
magic $this | setTemplateSuffix (?string $suffix) |
magic $this | setTitle (string $title) |
Public Methods inherited from AbstractEntity | |
string | __toString () |
null string | getId () |
string[] | getPoolKeys () |
bool | hasId () |
$this | reload () |
Fully reloads the entity from Shopify. More... | |
Public Methods inherited from Data | |
mixed | __call (string $method, array $args) |
__construct ($caller, array $data=[]) | |
string | serialize () |
Dehydrated JSON encode. More... | |
array | toArray () |
void | unserialize ($serialized) |
Public Methods inherited from CreateTrait | |
$this | create () |
Public Methods inherited from DeleteTrait | |
void | delete () |
Public Methods inherited from UpdateTrait | |
$this | update () |
Public Methods inherited from MetafieldTrait | |
Metafield[] | getMetafields () |
Metafield | newMetafield () |
Factory. More... | |
Protected Methods | |
_container () | |
The container/owner object, if any. More... | |
Protected Methods inherited from AbstractEntity | |
mixed | _get (string $field) |
Lazy-loads missing fields. More... | |
void | _onDelete () |
void | _onSave () |
void | _reload (string $field) |
Protected Methods inherited from Data | |
mixed | _hydrate (string $class, $item) |
A factory that also hydrates / caches entities. More... | |
array | _select ($subject, callable $filter,... $args) |
Magic method: selectField(callable $filter) More... | |
$this | _setData (array $data) |
Clears all diffs and sets all data, hydrating mapped fields. More... | |
$this | _setField (string $field, $value) |
Sets a value, hydrating if mapped, and clears the diff. More... | |
Protected Methods inherited from CreateTrait | |
string | _dir () |
The POST directory. More... | |
Protected Methods inherited from MetafieldTrait | |
string | _metafieldType () |
Additional Inherited Members | |
Protected Properties inherited from Data | |
Api | $api |
Pool | $pool |
Public Static Methods inherited from AbstractEntity | |
static null self | load ($caller, string $id, array $query=[]) |
static self[] | loadAll ($caller, string $path, array $query=[]) |
const MAP |
|
protected |
magic string getAuthor | ( | ) |
magic string getBlogId | ( | ) |
injected
magic string getBodyHtml | ( | ) |
int getCommentsCount | ( | ) |
magic string getCreatedAt | ( | ) |
magic string getHandle | ( | ) |
magic null Image getImage | ( | ) |
magic string getPublished | ( | ) |
magic string getPublishedAt | ( | ) |
magic string getSummaryHtml | ( | ) |
magic string getTags | ( | ) |
magic null string getTemplateSuffix | ( | ) |
magic string getTitle | ( | ) |
magic string getUpdatedAt | ( | ) |
magic string getUserId | ( | ) |
magic $this setAuthor | ( | string | $author | ) |
magic $this setBodyHtml | ( | string | $html | ) |
magic $this setHandle | ( | string | $handle | ) |
magic $this setPublished | ( | string | $published | ) |
magic $this setPublishedAt | ( | string | $iso8601 | ) |
magic $this setSummaryHtml | ( | string | $html | ) |
magic $this setTags | ( | string | $tags | ) |
magic $this setTemplateSuffix | ( | ?string | $suffix | ) |
magic $this setTitle | ( | string | $title | ) |