FluentDOM\Query\Css::__construct PHP Method

__construct() public method

Store the FluentDOM instance for later use and decode the style string into an array
public __construct ( Query $fd )
$fd FluentDOM\Query
    public function __construct(Query $fd)
    {
        $this->_fd = $fd;
    }