Ejemplo n.º 1
0
 public function __construct($variableName, $aliasTableName, $returnEntity = FALSE, $orderInClass = 0, $reciveByDefault = FALSE, $required = FALSE, $quantity = 0, $description = "Link to another entity")
 {
     parent::__construct($variableName, $variableType = BaseInfoParametherVO::TYPE_LINK, $quantity, $acceptLocale = FALSE, $defaultValue = NULL, $required, $reciveByDefault, $description, $orderInClass);
     $this->setAliasTableName($aliasTableName);
     $this->setReturnEntity($returnEntity);
 }