SassMixinDefinitionNode::getArgs PHP Method

getArgs() public method

Returns the arguments with default values for this mixin
public getArgs ( ) : array
return array the arguments with default values for this mixin
    public function getArgs()
    {
        return $this->args;
    }