Example #1
0
 private final function includeQuery()
 {
     Kit::ensureString(static::ENTITY_PATH);
     $this->queryClassName = Loader::includeQuery(static::ENTITY_PATH);
     Kit::ensureString($this->queryClassName);
 }