| 1 | <?php |
||
| 7 | class SQLRepository implements SourceInterface |
||
| 8 | { |
||
| 9 | private $config; |
||
| 10 | |||
| 11 | public function setConfig(Config $config) |
||
| 15 | |||
| 16 | public function initialize() |
||
| 20 | |||
| 21 | public function surah($surah = null) |
||
| 25 | |||
| 26 | public function ayah($surah, $ayah, $translation = 'ar') |
||
| 30 | |||
| 31 | public function translations() |
||
| 35 | |||
| 36 | public function addTranslation($translation) |
||
| 40 | } |
||
| 41 |