コード例 #1
0
 /**
  * Return the golfed source code.
  *
  * @return string
  */
 public function getTheGolfedCode()
 {
     // It's the code of self::hndlDr() method
     return parent::getFunctionBody('hndlDr', __CLASS__);
 }
コード例 #2
0
 public function getTheGolfedCode()
 {
     // Enclose the code into a function
     return sprintf('function f($n){%s}', parent::getFunctionBody('cntLttcPnts2', __CLASS__));
 }