trafficmonitor init...2
This commit is contained in:
parent
642d0473e0
commit
17d99cfe29
@ -21,7 +21,7 @@ abstract class CommonService
|
||||
{
|
||||
$this->_classPaths[] = $path;
|
||||
}
|
||||
final public function getClassPaths($isArray = true, $delimeter = DIRECTory_SEPARATOR): array|string
|
||||
final public function getClassPaths($isArray = true, $delimeter = DIRECTORY_SEPARATOR): array|string
|
||||
{
|
||||
return $isArray ? $this->_classPaths : implode($delimeter, $this->_classPaths);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user