MEOW_Site
Extends the WOOF_Site class to include support for MasterPress field sets.
Example: Obtaining a MEOW_Site
Theming
-
A synonym for the field method to retrieve a field for this site, as defined in Site Field Sets.
-
Retrieves a field in this site with the given name.
-
Checks for the existence of a set or a field in this site, and that there are entries or values entered for either.
-
Checks for the existence of a field and that the field has content entered for this site.
-
Checks for the existence of a field set of a given name in this site, and if the set has entries in the case of a multi-item set.
-
A synonym for the set to retrieve a field set for this site with the given name. Note: It is generally more concise to make use of the __get method overloading to retrieve a set, but this method is a fallback when the field name clashes with a known property of the site.
-
Retrieves a field set for this site with the given name. Note: It is more concise to make use of the __get method overloading to retrieve a set, but this method is a fallback when the field name clashes with a known property of the site.
-
Implements the PHP magic method __get called when an unknown property is accessed.
-
An internal method to check if this represents a site that actually exists.
-
A synonym for the field method to retrieve a field for this site, as defined in Site Field Sets.
-
Retrieves a field in this site with the given name.
-
Checks for the existence of a set or a field in this site, and that there are entries or values entered for either.
-
Checks for the existence of a field and that the field has content entered for this site.
-
Checks for the existence of a field set of a given name in this site, and if the set has entries in the case of a multi-item set.
-
A synonym for the set to retrieve a field set for this site with the given name. Note: It is generally more concise to make use of the __get method overloading to retrieve a set, but this method is a fallback when the field name clashes with a known property of the site.
-
Retrieves a field set for this site with the given name. Note: It is more concise to make use of the __get method overloading to retrieve a set, but this method is a fallback when the field name clashes with a known property of the site.