Пример #1
0
 function __construct(\Tracker\Tabular\Schema $schema, \Search_Query $query)
 {
     $def = $schema->getDefinition();
     $this->trackerId = $def->getConfiguration('trackerId');
     $this->query = $query;
     $this->schema = $schema;
 }
Пример #2
0
 function __construct(\Tracker\Tabular\Schema $schema)
 {
     $def = $schema->getDefinition();
     $this->trackerId = $def->getConfiguration('trackerId');
     $this->schema = $schema;
 }