array toArray() Get the collection of items as a plain array. Return Value array
string fromDateTime(DateTime|int $value) Convert a DateTime to a storable string. Parameters DateTime|int $value Return Value string
void disconnect(string $name = null) Disconnect from the given database. Parameters string $name Return Value void
string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string
string getTable() Get the table associated with the model. Return Value string
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
bool hasMorePages() Determine if there are more items in the data source. Return Value bool
PDO getReadPdo() Get the current PDO connection used for reading. Return Value PDO
mixed getResults() Get the results of the relationship. Return Value mixed
Page 378 of 996