コード例 #1
0
 public function __construct($secret, Iface $s = NULL)
 {
     $this->__secret = $secret;
     parent::__construct($s);
 }