Mpociot\ApiDoc\Parsers\RuleDescriptionParser::__construct PHP Method

__construct() public method

public __construct ( null $rule = null )
$rule null
    public function __construct($rule = null)
    {
        $this->rule = "apidoc::rules.{$rule}";
    }