You are here

public function SassFunctionDefinitionNode::getArgs in Sassy 7.3

Returns the arguments with default values for this function

Return value

array the arguments with default values for this function

File

phpsass/tree/SassFunctionDefinitionNode.php, line 78

Class

SassFunctionDefinitionNode
SassFunctionDefinitionNode class. Represents a Function definition. @package PHamlP @subpackage Sass.tree

Code

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