| 1 | <?php |
||
| 17 | abstract class BaseEntity implements BaseEntityInterface |
||
| 18 | { |
||
| 19 | |||
| 20 | //<editor-fold desc="Public Methods"> |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Checks if the given method exists |
||
| 24 | * @param string $method the method to search |
||
| 25 | * @return bool true if it exists and false otherwise |
||
| 26 | */ |
||
| 27 | public function methodExists(string $method): bool |
||
| 31 | //</editor-fold desc="Public Methods"> |
||
| 32 | } |