You are here

public function SassDirectiveNode::__construct in Sassy 7

Same name and namespace in other branches
  1. 7.3 phpsass/tree/SassDirectiveNode.php \SassDirectiveNode::__construct()

* SassDirectiveNode. *

Parameters

object source token: * @return SassDirectiveNode

Overrides SassNode::__construct

File

phamlp/sass/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);
}