You are here

public function SassMixinDefinitionNode::getArgs in Sassy 7

Same name and namespace in other branches
  1. 7.3 phpsass/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

phamlp/sass/tree/SassMixinDefinitionNode.php, line 76

Class

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

Code

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