find a event given its id or a query
ScoutNet_Event
event
(
$id_or_query $id_or_query, [
$args $args =
array()])
-
$id_or_query
$id_or_query: int|string the id or query
-
$args
$args: [array] optional query parameters
returns the collection of events matching the given ids or query
-
$ids_or_query
$ids_or_query: mixed either an array of int ids or a PfadiQL query string
-
$args
$args: array arguments to fill the placeholders
find a group given its id or a query
ScoutNet_Group
group
(
$id_or_query $id_or_query, [
$args $args =
array()])
-
$id_or_query
$id_or_query: int|string the id or query
-
$args
$args: [array] optional query parameters
returns the collection of groups matching the given ids or query
-
$ids_or_query
$ids_or_query: mixed either an array of int ids or a PfadiQL query string
-
$args
$args: array arguments to fill the placeholders
find a section given its id or a query
-
$id_or_query
$id_or_query: int|string the id or query
-
$args
$args: [array] optional query parameters
returns the collection of sections matching the given ids or query
-
$ids_or_query
$ids_or_query: mixed either an array of int ids or a PfadiQL query string
-
$args
$args: array arguments to fill the placeholders
find a url given its id or a query
ScoutNet_Url
url
(
$id_or_query $id_or_query, [
$args $args =
array()])
-
$id_or_query
$id_or_query: int|string the id or query
-
$args
$args: [array] optional query parameters
returns the collection of urls matching the given ids or query
-
$ids_or_query
$ids_or_query: mixed either an array of int ids or a PfadiQL query string
-
$args
$args: array arguments to fill the placeholders