Declare catWhere property.

This commit is contained in:
DariusIII
2015-09-15 22:30:52 +02:00
parent 36804bcf29
commit 2828298f47
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -13,6 +13,11 @@ class TV
*/
public $pdo;
/**
* @var array|bool|int|string
*/
public $catWhere;
/**
* @param array $options Class instances / Echo to CLI.
*/
+5
View File
@@ -16,6 +16,11 @@ class TvRage extends TV
*/
public $pdo;
/**
* @var array|bool|int|string
*/
public $catWhere;
public $echooutput;
public $rageqty;
public $showInfoUrl = 'http://www.tvrage.com/shows/id-';