Phpro\SoapClient\CodeGenerator\Rules\TypenameMatchesRule::__construct PHP 메소드

__construct() 공개 메소드

TypenameMatchingAssembleRule constructor.
public __construct ( Phpro\SoapClient\CodeGenerator\Rules\RuleInterface $subRule, string $regex )
$subRule Phpro\SoapClient\CodeGenerator\Rules\RuleInterface
$regex string
    public function __construct(RuleInterface $subRule, $regex)
    {
        $this->subRule = $subRule;
        $this->regex = $regex;
    }