@@ 470-474 (lines=5) @@ | ||
467 | */ |
|
468 | $segs[1]=trim(preg_replace('/^\$\w+/','',$segs[1])); |
|
469 | $param->description=$this->processDescription($segs[1]); |
|
470 | if(empty($object->introduction)) |
|
471 | { |
|
472 | if(substr($object->name,0,3)=='set') |
|
473 | $object->introduction='Sets '.$param->description; |
|
474 | } |
|
475 | } |
|
476 | next($object->input); |
|
477 | } |
|
@@ 499-500 (lines=2) @@ | ||
496 | */ |
|
497 | if(substr($object->name,0,5)=='getIs') |
|
498 | $object->introduction='Checks '.$object->output->description; |
|
499 | elseif(substr($object->name,0,3)=='get') |
|
500 | $object->introduction='Returns '.$object->output->description; |
|
501 | elseif(substr($object->name,0,3)=='has') |
|
502 | $object->introduction='Determines '.$object->output->description; |
|
503 | } |
|
@@ 501-502 (lines=2) @@ | ||
498 | $object->introduction='Checks '.$object->output->description; |
|
499 | elseif(substr($object->name,0,3)=='get') |
|
500 | $object->introduction='Returns '.$object->output->description; |
|
501 | elseif(substr($object->name,0,3)=='has') |
|
502 | $object->introduction='Determines '.$object->output->description; |
|
503 | } |
|
504 | } |
|
505 | } |