| 1 | <?php |
||
| 19 | class Link |
||
| 20 | { |
||
| 21 | const PATH_CONFIG_FILE = '/phiber_config.json'; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Undocumented variable |
||
| 25 | * |
||
| 26 | * @var [type] |
||
| 27 | */ |
||
| 28 | private $instancia; |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Função responsável por fazer a conexão com o banco. |
||
| 32 | * @throws PhiberException |
||
| 33 | */ |
||
| 34 | public function getConnection() |
||
| 69 | } |