Sha256: 017312b6ffd84e52f93e901c93df226339bcfa8874be6dadfcff10ebe67ba696
Contents?: true
Size: 447 Bytes
Versions: 10
Compression:
Stored size: 447 Bytes
Contents
<?php namespace CoffeeScript; class yy_Extends extends yy_Base { public $children = array('child', 'parent'); function constructor($child, $parent) { $this->child = $child; $this->parent = $parent; return $this; } function compile($options, $level = NULL) { $tmp = yy('Call', yy('Value', yy('Literal', utility('extends'))), array($this->child, $this->parent)); return $tmp->compile($options); } } ?>
Version data entries
10 entries across 10 versions & 1 rubygems