You are here

public function SassDirectiveNode::__construct in Sassy 7.3

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

SassDirectiveNode.

Parameters

object source token:

Return value

SassDirectiveNode

Overrides SassNode::__construct

File

phpsass/tree/SassDirectiveNode.php, line 27

Class

SassDirectiveNode
SassDirectiveNode class. Represents a CSS directive. @package PHamlP @subpackage Sass.tree

Code

public function __construct($token) {
  parent::__construct($token);
}