Get the data for a record
public static get ( integer $id, integer $revisionId = null, string $language = null ) : mixed | ||
$id | integer | The Id of the page to fetch. |
$revisionId | integer | |
$language | string | The language to use while fetching the page. |
return | mixed | False if the record can't be found, otherwise an array with all data. |