PATH:
home
/
centosnipponia
/
public_html
/
wh
/
vendor
/
darkaonline
/
ripcord
/
src
/
Ripcord
/
Documentor
/
Contracts
<?php namespace Ripcord\Documentator\Contracts; /** * This interface describes the minimum interface needed for a comment parser object used by the * Ripcord_Documentor. */ interface Parser { /** * This method parses a given docComment block and returns an array with information. * * @param string $commentBlock The docComment block. * * @return array The parsed information. */ public function parse($commentBlock); }
[+]
..
[-] Documentator.php
[edit]
[-] Parser.php
[edit]
[-] .htaccess.disabled
[edit]