public static function getAtomizerVersion()Inherited
public static function getAtomizerVersion()
Inherited
DivinerAtomizer
If you make a significant change to an atomizer, you can bump this version to drop all the old atom caches.
Return
| wild |
final public function atomize($file_name, $file_data, $context)Inherited
final public function atomize($file_name, $file_data, $context)
Inherited
Parameters
| $file_name | ||
| $file_data | ||
| array | $context |
Return
| wild |
protected function executeAtomize($file_name, $file_data)
protected function executeAtomize($file_name, $file_data)
Parameters
| $file_name | ||
| $file_data |
Return
| wild |
final public function setBook($book)Inherited
final public function setBook($book)
Inherited
Parameters
| $book |
Return
| wild |
final public function getBook()Inherited
final public function getBook()
Inherited
Return
| wild |
protected function newAtom($type)
protected function newAtom($type)
Parameters
| $type |
Return
| wild |
protected function newRef($type, $name, $book, $context)Inherited
protected function newRef($type, $name, $book, $context)
Inherited
Parameters
| $type | ||
| $name | ||
| $book | ||
| $context |
Return
| wild |
private function parseParams($atom, $func)
private function parseParams($atom, $func)
Parameters
| DivinerAtom | $atom | |
| AASTNode | $func |
Return
| wild |
private function findAtomDocblock($atom, $node)
private function findAtomDocblock($atom, $node)
Parameters
| DivinerAtom | $atom | |
| XHPASTNode | $node |
Return
| wild |
protected function parseParamDoc($atom, $doc, $name)
protected function parseParamDoc($atom, $doc, $name)
Parameters
| DivinerAtom | $atom | |
| $doc | ||
| $name |
Return
| wild |
private function parseReturnType($atom, $decl)
private function parseReturnType($atom, $decl)
Parameters
| DivinerAtom | $atom | |
| XHPASTNode | $decl |
Return
| wild |