1 | <?php declare(strict_types=1); defined('BASEPATH') OR exit('No direct script access allowed'); |
||
4 | class RavensScans extends Base_FoolSlide_Site_Model { |
||
5 | public $baseURL = 'http://ravens-scans.com'; |
||
6 | |||
7 | public function getFullTitleURL(string $title_url) : string { |
||
10 | |||
11 | public function getJSONTitleURL(string $title_url) : string { |
||
17 | } |
||
18 |