You are here

public function SassMixinDefinitionNode::getArgs in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/tree/SassMixinDefinitionNode.php \SassMixinDefinitionNode::getArgs()

Returns the arguments with default values for this mixin

Return value

array the arguments with default values for this mixin

File

phpsass/tree/SassMixinDefinitionNode.php, line 73

Class

SassMixinDefinitionNode
SassMixinDefinitionNode class. Represents a Mixin definition. @package PHamlP @subpackage Sass.tree

Code

public function getArgs() {
  return $this->args;
}