コード例 #1
0
ファイル: CompositeValidator.php プロジェクト: nourdine/phpv
 public function __construct(ErrorPrinter $printer)
 {
     parent::__construct($printer);
 }
コード例 #2
0
ファイル: LeafValidator.php プロジェクト: nourdine/phpv
 public function __construct()
 {
     parent::__construct(null);
     // A leaf does not require an ErrorPrinter.
 }