Ejemplo n.º 1
0
 /**
  * Class constructor
  * @param array $properties
  */
 function __construct($properties = array())
 {
     $this->_number = new DIDNumber($this);
     $this->mapData = new Mapping();
     $this->cityPrefix = 0;
     parent::__construct($properties);
 }