PHP_Shell
[ class tree: PHP_Shell ] [ index: PHP_Shell ] [ all elements ]

Class: PHP_Shell_Extensions_InlineHelp

Source Location: /PHP_Shell-0.3.2/PHP/Shell/Extensions/InlineHelp.php

Class Overview


PHP_Shell_Extensions_InlineHelp


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2006 Jan Kneschke

Methods


Inherited Variables

Inherited Methods


Class Details

[line 30]
PHP_Shell_Extensions_InlineHelp


[ Top ]


Method Detail

cmdHelp   [line 75]

string cmdHelp( string $l)

handle the '?' commands

With the help of the Reflection Class we extract the DocComments and display them

For internal Functions we extract the prototype from the php source.

? Class::method() ? $obj->method() ? Class::property ? $obj::property ? Class ? $obj ? function()

The license of the PHP_Shell class ? license

  • Return: the help text
  • Access: public

Parameters:

string   $l   —  command line

[ Top ]

register   [line 38]

void register( )

register a extension
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:46:52 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.