Beispiel #1
0
 public function addIndex(string $scope, string $fullName)
 {
     if (!empty($fullName) && !isset($this->indexes[$fullName])) {
         $this->indexes[$fullName] = [DocMen::filterScope($scope), $fullName];
     }
     return $this;
 }