PHP Class Pix_Prompt, pixframework

Show file Open project: pixnet/pixframework Class Usage Examples

Public Properties

Property Type Description
$__history_path
$__l
$__last
$_often
$_paths
$_vars
$_walked_prefix

Public Methods

Method Description
addOften ( $prefix = '' )
autocomplete ( $name, $args2, $args3 )
findMatch ( $m )
init ( $paths = null, $history_path = null )

Protected Methods

Method Description
_readline ( $prompt )
_supportedReadline ( )

Method Details

_readline() protected static method

protected static _readline ( $prompt )

_supportedReadline() protected static method

protected static _supportedReadline ( )

addOften() public static method

public static addOften ( $prefix = '' )

autocomplete() public static method

public static autocomplete ( $name, $args2, $args3 )

findMatch() public static method

public static findMatch ( $m )

init() public static method

public static init ( $paths = null, $history_path = null )

Property Details

$__history_path public static property

public static $__history_path

$__l public static property

public static $__l

$__last public static property

public static $__last

$_often public static property

public static $_often

$_paths public static property

public static $_paths

$_vars public static property

public static $_vars

$_walked_prefix public static property

public static $_walked_prefix