コード例 #1
0
ファイル: NullFeature.php プロジェクト: letchik/pheat
 public function __construct($name, $_ignored = null, ProviderInterface $provider = null)
 {
     parent::__construct($name, Status::UNKNOWN, $provider ?: new NullProvider());
 }