Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
Add missing method.
Browse files Browse the repository at this point in the history
  • Loading branch information
nielssp committed May 18, 2016
1 parent 3f11f7c commit de7df1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Record.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ public function __get($field);
* @throws \Jivoo\InvalidPropertyException If the field does not exist.
*/
public function __isset($field);

/**
* Get model.
*
* @return Model Model.
*/
public function getModel();

/**
* Get all data as an associative array.
Expand Down

0 comments on commit de7df1a

Please sign in to comment.