Example #1
0
 /**
  * Adds the "constructor = <constructor>" condition to the query.
  *
  * @param Query $query The query to alter.
  *
  * @return Query
  */
 protected function scope_own(Query $query)
 {
     return $query->filter_by_constructor($this->constructor);
 }