Example #1
0
 private final function includeEntity()
 {
     Kit::ensureString(static::ENTITY_PATH);
     $this->entityClassName = Loader::includeEntity(static::ENTITY_PATH);
     Kit::ensureString($this->entityClassName);
 }
Example #2
0
 private final function includeEntity()
 {
     $this->entityClassName = Loader::includeEntity($this->entityPath);
 }