blob: ae01a51b61bcc4f5eff9cac46075264efd2a9639 [file] [log] [blame]
<?php
/**
* @method newerFunction()
*
*/
class NewClass {
function functionName($param) {
$ahoj = $this->newerFunction();
}
}
?>