| 1 | <?php |
||
| 26 | class Phiber extends PhiberPersistence |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * Phiber constructor. |
||
| 30 | * @param string|\stdClass $obj |
||
| 31 | */ |
||
| 32 | public function __construct($obj = "") |
||
| 36 | |||
| 37 | |||
| 38 | /** |
||
| 39 | * Método opcional responsável por retornar uma instância da classe PhiberPersistence, |
||
| 40 | * que é responsável pela persistencia dos dados. (CREATE, RETREAVE, UPDATE, DELETE) |
||
| 41 | * @param string|\stdClass $object |
||
| 42 | * @return PhiberPersistence |
||
| 43 | */ |
||
| 44 | public function openPersist($object = "") |
||
| 48 | |||
| 49 | } |
||
| 50 |