1 | <?php |
||
15 | class ShipButler |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * @return mixed |
||
20 | */ |
||
21 | public function getLoginWebPageName() |
||
31 | |||
32 | /** |
||
33 | * check if a word starts with another word |
||
34 | * |
||
35 | * @param $word |
||
36 | * @param $startsWith |
||
37 | * |
||
38 | * @return bool |
||
39 | */ |
||
40 | public function stringStartsWith($word, $startsWith) |
||
44 | |||
45 | } |
||
46 |