Elcodi\Admin\CouponBundle\Form\Type\CouponType::__construct PHP Method

__construct() public method

Constructor
public __construct ( string $ruleNamespace )
$ruleNamespace string Rule namespace
    public function __construct($ruleNamespace)
    {
        $this->ruleNamespace = $ruleNamespace;
    }