示例#1
0
 /**
  * Constructor
  *
  * The real implementation of this method is auto generated.
  *
  * IMPORTANT: If the derived class has own constructor it must call parent constructor.
  *
  * @param string|null $phone
  */
 public function __construct($phone = null)
 {
     parent::__construct($phone);
 }