1 | <?php |
||
12 | class ZohoDatabaseHelper |
||
13 | { |
||
14 | |||
15 | /** |
||
16 | * Computes the name of the table based on the DAO plural module name. |
||
17 | * |
||
18 | * @param AbstractZohoDao $dao |
||
19 | * |
||
20 | * @return string |
||
21 | */ |
||
22 | public static function getTableName(AbstractZohoDao $dao, $prefix) |
||
29 | |||
30 | public static function getFlatFields(array $fields) |
||
39 | } |
This check looks for access to methods that are not accessible from the current context.
If you need to make a method accessible to another context you can raise its visibility level in the defining class.