Esempio n. 1
0
 /**
  * Construtor.
  *
  * @param Entity $ntity
  * @throws IllegalArgumentException
  * */
 public function __construct(Entity $entity)
 {
     # :init properties
     $this->_entity = $entity->name();
     $this->_schema = $entity->schema();
     $this->_alias = $entity->alias();
 }