Skip to content

Commit

Permalink
cms@12bb8e1
Browse files Browse the repository at this point in the history
Finish 4.9.5
  • Loading branch information
shinybrad committed May 22, 2024
1 parent 23ad4d3 commit 15f108e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 448 deletions.
56 changes: 0 additions & 56 deletions docs/.artifacts/cms/4.x/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
| [afterPopulate](#afterpopulate) | Performs any post-population processing on elements.
| [andRelatedTo](#andrelatedto) | Narrows the query results to only addresses that are related to certain other elements.
| [asArray](#asarray) | Causes the query to return matching addresses as arrays of data, rather than [Address](craft4:craft\elements\Address) objects.
| [average](#average) | Returns the average of the specified column values.
| [cache](#cache) | Enables query cache for this Query.
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
| [countryCode](#countrycode) | Narrows the query results based on the country the assets belong to.
Expand All @@ -26,8 +25,6 @@
| [inReverse](#inreverse) | Causes the query results to be returned in reverse order.
| [language](#language) | Determines which site(s) the addresses should be queried in, based on their language.
| [limit](#limit) | Determines the number of addresses that should be returned.
| [max](#max) | Returns the maximum of the specified column values.
| [min](#min) | Returns the minimum of the specified column values.
| [offset](#offset) | Determines how many addresses should be skipped in the results.
| [orderBy](#orderby) | Determines the order that the addresses should be returned in. (If empty, defaults to `dateCreated DESC, elements.id`.)
| [owner](#owner) | Sets the [ownerId](#ownerid) parameter based on a given owner element.
Expand All @@ -37,7 +34,6 @@
| [relatedTo](#relatedto) | Narrows the query results to only addresses that are related to certain other elements.
| [search](#search) | Narrows the query results to only addresses that match a search query.
| [siteSettingsId](#sitesettingsid) | Narrows the query results based on the addresses’ IDs in the `elements_sites` table.
| [sum](#sum) | Returns the sum of the specified column values.
| [trashed](#trashed) | Narrows the query results to only addresses that have been soft-deleted.
| [uid](#uid) | Narrows the query results based on the addresses’ UIDs.
| [with](#with) | Causes the query to return matching addresses eager-loaded with related elements.
Expand Down Expand Up @@ -158,19 +154,6 @@ $addresses = \craft\elements\Address::find()
:::


#### `average`

Returns the average of the specified column values.










#### `cache`

Enables query cache for this Query.
Expand Down Expand Up @@ -513,32 +496,6 @@ $addresses = \craft\elements\Address::find()
:::


#### `max`

Returns the maximum of the specified column values.










#### `min`

Returns the minimum of the specified column values.










#### `offset`

Determines how many addresses should be skipped in the results.
Expand Down Expand Up @@ -777,19 +734,6 @@ $address = \craft\elements\Address::find()
:::


#### `sum`

Returns the sum of the specified column values.










#### `trashed`

Narrows the query results to only addresses that have been soft-deleted.
Expand Down
56 changes: 0 additions & 56 deletions docs/.artifacts/cms/4.x/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
| [afterPopulate](#afterpopulate) | Performs any post-population processing on elements.
| [andRelatedTo](#andrelatedto) | Narrows the query results to only assets that are related to certain other elements.
| [asArray](#asarray) | Causes the query to return matching assets as arrays of data, rather than [Asset](craft4:craft\elements\Asset) objects.
| [average](#average) | Returns the average of the specified column values.
| [cache](#cache) | Enables query cache for this Query.
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
| [dateCreated](#datecreated) | Narrows the query results based on the assets’ creation dates.
Expand All @@ -32,8 +31,6 @@
| [kind](#kind) | Narrows the query results based on the assets’ file kinds.
| [language](#language) | Determines which site(s) the assets should be queried in, based on their language.
| [limit](#limit) | Determines the number of assets that should be returned.
| [max](#max) | Returns the maximum of the specified column values.
| [min](#min) | Returns the minimum of the specified column values.
| [offset](#offset) | Determines how many assets should be skipped in the results.
| [orderBy](#orderby) | Determines the order that the assets should be returned in. (If empty, defaults to `dateCreated DESC, elements.id`.)
| [preferSites](#prefersites) | If [unique](#unique) is set, this determines which site should be selected when querying multi-site elements.
Expand All @@ -45,7 +42,6 @@
| [siteId](#siteid) | Determines which site(s) the assets should be queried in, per the site’s ID.
| [siteSettingsId](#sitesettingsid) | Narrows the query results based on the assets’ IDs in the `elements_sites` table.
| [size](#size) | Narrows the query results based on the assets’ file sizes (in bytes).
| [sum](#sum) | Returns the sum of the specified column values.
| [title](#title) | Narrows the query results based on the assets’ titles.
| [trashed](#trashed) | Narrows the query results to only assets that have been soft-deleted.
| [uid](#uid) | Narrows the query results based on the assets’ UIDs.
Expand Down Expand Up @@ -141,19 +137,6 @@ $assets = \craft\elements\Asset::find()
:::


#### `average`

Returns the average of the specified column values.










#### `cache`

Enables query cache for this Query.
Expand Down Expand Up @@ -728,32 +711,6 @@ $assets = \craft\elements\Asset::find()
:::


#### `max`

Returns the maximum of the specified column values.










#### `min`

Returns the minimum of the specified column values.










#### `offset`

Determines how many assets should be skipped in the results.
Expand Down Expand Up @@ -1057,19 +1014,6 @@ $assets = \craft\elements\Asset::find()
:::


#### `sum`

Returns the sum of the specified column values.










#### `title`

Narrows the query results based on the assets’ titles.
Expand Down
56 changes: 0 additions & 56 deletions docs/.artifacts/cms/4.x/categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
| [ancestorOf](#ancestorof) | Narrows the query results to only categories that are ancestors of another category in its structure.
| [andRelatedTo](#andrelatedto) | Narrows the query results to only categories that are related to certain other elements.
| [asArray](#asarray) | Causes the query to return matching categories as arrays of data, rather than [Category](craft4:craft\elements\Category) objects.
| [average](#average) | Returns the average of the specified column values.
| [cache](#cache) | Enables query cache for this Query.
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
| [dateCreated](#datecreated) | Narrows the query results based on the categories’ creation dates.
Expand All @@ -33,8 +32,6 @@
| [leaves](#leaves) | Narrows the query results based on whether the categories are “leaves” (categories with no descendants).
| [level](#level) | Narrows the query results based on the categories’ level within the structure.
| [limit](#limit) | Determines the number of categories that should be returned.
| [max](#max) | Returns the maximum of the specified column values.
| [min](#min) | Returns the minimum of the specified column values.
| [nextSiblingOf](#nextsiblingof) | Narrows the query results to only the category that comes immediately after another category in its structure.
| [offset](#offset) | Determines how many categories should be skipped in the results.
| [orderBy](#orderby) | Determines the order that the categories should be returned in. (If empty, defaults to `dateCreated DESC, elements.id`, or the order defined by the category group if the [group](#group) or [groupId](#groupid) params are set to a single group.)
Expand All @@ -51,7 +48,6 @@
| [siteSettingsId](#sitesettingsid) | Narrows the query results based on the categories’ IDs in the `elements_sites` table.
| [slug](#slug) | Narrows the query results based on the categories’ slugs.
| [status](#status) | Narrows the query results based on the categories’ statuses.
| [sum](#sum) | Returns the sum of the specified column values.
| [title](#title) | Narrows the query results based on the categories’ titles.
| [trashed](#trashed) | Narrows the query results to only categories that have been soft-deleted.
| [uid](#uid) | Narrows the query results based on the categories’ UIDs.
Expand Down Expand Up @@ -208,19 +204,6 @@ $categories = \craft\elements\Category::find()
:::


#### `average`

Returns the average of the specified column values.










#### `cache`

Enables query cache for this Query.
Expand Down Expand Up @@ -751,32 +734,6 @@ $categories = \craft\elements\Category::find()
:::


#### `max`

Returns the maximum of the specified column values.










#### `min`

Returns the minimum of the specified column values.










#### `nextSiblingOf`

Narrows the query results to only the category that comes immediately after another category in its structure.
Expand Down Expand Up @@ -1276,19 +1233,6 @@ $categories = \craft\elements\Category::find()
:::


#### `sum`

Returns the sum of the specified column values.










#### `title`

Narrows the query results based on the categories’ titles.
Expand Down
56 changes: 0 additions & 56 deletions docs/.artifacts/cms/4.x/entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
| [authorGroup](#authorgroup) | Narrows the query results based on the user group the entries’ authors belong to.
| [authorGroupId](#authorgroupid) | Narrows the query results based on the user group the entries’ authors belong to, per the groups’ IDs.
| [authorId](#authorid) | Narrows the query results based on the entries’ authors.
| [average](#average) | Returns the average of the specified column values.
| [before](#before) | Narrows the query results to only entries that were posted before a certain date.
| [cache](#cache) | Enables query cache for this Query.
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/4.x/element-queries.html#cache).
Expand All @@ -41,8 +40,6 @@
| [leaves](#leaves) | Narrows the query results based on whether the entries are “leaves” (entries with no descendants).
| [level](#level) | Narrows the query results based on the entries’ level within the structure.
| [limit](#limit) | Determines the number of entries that should be returned.
| [max](#max) | Returns the maximum of the specified column values.
| [min](#min) | Returns the minimum of the specified column values.
| [nextSiblingOf](#nextsiblingof) | Narrows the query results to only the entry that comes immediately after another entry in its structure.
| [offset](#offset) | Determines how many entries should be skipped in the results.
| [orderBy](#orderby) | Determines the order that the entries should be returned in. (If empty, defaults to `postDate DESC, elements.id`, or the order defined by the section if the [section](#section) or [sectionId](#sectionid) params are set to a single Structure section.)
Expand All @@ -69,7 +66,6 @@
| [siteSettingsId](#sitesettingsid) | Narrows the query results based on the entries’ IDs in the `elements_sites` table.
| [slug](#slug) | Narrows the query results based on the entries’ slugs.
| [status](#status) | Narrows the query results based on the entries’ statuses.
| [sum](#sum) | Returns the sum of the specified column values.
| [title](#title) | Narrows the query results based on the entries’ titles.
| [trashed](#trashed) | Narrows the query results to only entries that have been soft-deleted.
| [type](#type) | Narrows the query results based on the entries’ entry types.
Expand Down Expand Up @@ -361,19 +357,6 @@ $entries = \craft\elements\Entry::find()
:::


#### `average`

Returns the average of the specified column values.










#### `before`

Narrows the query results to only entries that were posted before a certain date.
Expand Down Expand Up @@ -1036,32 +1019,6 @@ $entries = \craft\elements\Entry::find()
:::


#### `max`

Returns the maximum of the specified column values.










#### `min`

Returns the minimum of the specified column values.










#### `nextSiblingOf`

Narrows the query results to only the entry that comes immediately after another entry in its structure.
Expand Down Expand Up @@ -1850,19 +1807,6 @@ $entries = \craft\elements\Entry::find()
:::


#### `sum`

Returns the sum of the specified column values.










#### `title`

Narrows the query results based on the entries’ titles.
Expand Down
Loading

0 comments on commit 15f108e

Please sign in to comment.