Exemple #1
0
 /**
  * Constructor. Will build a new XML_RPC2_Value_Boolean with the given value
  *
  * @param mixed value
  */
 public function __construct($nativeValue)
 {
     parent::__construct('boolean', $nativeValue);
 }