PHP 클래스 Console

Example: Writing to standard output uses('util.cmd.Console'); Console::writeLine('Hello ', 'a', 'b', 1); // Hello ab1 Console::writeLinef('Hello %s', 'World'); // Hello World Console::$out->write('.'); Example: Writing to standard error uses('util.cmd.Console'); Console::$err->writeLine('*** An error occured: ', $e->toString());
또한 보기: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConsoleClassTopic.asp
상속: extends Object
파일 보기 프로젝트 열기: ptrofimov/beanstalk_console 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$interface

보호된 프로퍼티들

프로퍼티 타입 설명
$_errors
$_globalVar
$_tplVars

공개 메소드들

메소드 설명
__construct ( )
getErrors ( )
getSampleJobs ( $tube = null )
getSearchResult ( )
getServerStats ( $server )
getServerStatsGroups ( )
getServers ( ) : array
getServersConfig ( ) : array
getServersCookie ( ) : array
getServersEnv ( ) : array
getTplVars ( $var = null )
getTubeStatFields ( )
getTubeStatGroups ( )
getTubeStatValues ( $tube )
getTubeStatVisible ( )

보호된 메소드들

메소드 설명
__init ( )
_actionAddSample ( )
_actionAddjob ( )
_actionClearTubes ( )
_actionDelete ( )
_actionDeleteAll ( $tube = null )
_actionDeleteJob ( )
_actionDeleteSample ( )
_actionEditSample ( )
_actionKick ( )
_actionKickJob ( )
_actionLoadSample ( )
_actionManageSamples ( )
_actionMoveJobsTo ( )
_actionNewSample ( )
_actionPause ( )
_actionReloader ( )
_actionSearch ( )
_actionServersRemove ( )
_main ( )
_postDelete ( )
deleteAllFromTube ( $state, $tube )

비공개 메소드들

메소드 설명
_storeSampleJob ( $post, $jobData )
findJobsByState ( $tube, $state, $searchStr, $limit = 25 )
moveJobsFromTo ( $server, $tube, $state, $destTube )
moveJobsToState ( $server, $tube, $state, $destState )

메소드 상세

__construct() 공개 메소드

public __construct ( )

__init() 보호된 메소드

protected __init ( )

_actionAddSample() 보호된 메소드

protected _actionAddSample ( )

_actionAddjob() 보호된 메소드

protected _actionAddjob ( )

_actionClearTubes() 보호된 메소드

protected _actionClearTubes ( )

_actionDelete() 보호된 메소드

protected _actionDelete ( )

_actionDeleteAll() 보호된 메소드

protected _actionDeleteAll ( $tube = null )

_actionDeleteJob() 보호된 메소드

protected _actionDeleteJob ( )

_actionDeleteSample() 보호된 메소드

protected _actionDeleteSample ( )

_actionEditSample() 보호된 메소드

protected _actionEditSample ( )

_actionKick() 보호된 메소드

protected _actionKick ( )

_actionKickJob() 보호된 메소드

protected _actionKickJob ( )

_actionLoadSample() 보호된 메소드

protected _actionLoadSample ( )

_actionManageSamples() 보호된 메소드

protected _actionManageSamples ( )

_actionMoveJobsTo() 보호된 메소드

protected _actionMoveJobsTo ( )

_actionNewSample() 보호된 메소드

protected _actionNewSample ( )

_actionPause() 보호된 메소드

protected _actionPause ( )

_actionReloader() 보호된 메소드

protected _actionReloader ( )

_actionSearch() 보호된 메소드

protected _actionSearch ( )

_actionServersRemove() 보호된 메소드

protected _actionServersRemove ( )

_main() 보호된 메소드

protected _main ( )

_postDelete() 보호된 메소드

protected _postDelete ( )

deleteAllFromTube() 보호된 메소드

protected deleteAllFromTube ( $state, $tube )

getErrors() 공개 메소드

public getErrors ( )

getSampleJobs() 공개 메소드

public getSampleJobs ( $tube = null )

getSearchResult() 공개 메소드

public getSearchResult ( )

getServerStats() 공개 메소드

public getServerStats ( $server )

getServerStatsGroups() 공개 메소드

getServers() 공개 메소드

public getServers ( ) : array
리턴 array

getServersConfig() 공개 메소드

public getServersConfig ( ) : array
리턴 array

getServersCookie() 공개 메소드

public getServersCookie ( ) : array
리턴 array

getServersEnv() 공개 메소드

public getServersEnv ( ) : array
리턴 array

getTplVars() 공개 메소드

public getTplVars ( $var = null )

getTubeStatFields() 공개 메소드

public getTubeStatFields ( )

getTubeStatGroups() 공개 메소드

public getTubeStatGroups ( )

getTubeStatValues() 공개 메소드

public getTubeStatValues ( $tube )

getTubeStatVisible() 공개 메소드

public getTubeStatVisible ( )

프로퍼티 상세

$_errors 보호되어 있는 프로퍼티

protected $_errors

$_globalVar 보호되어 있는 프로퍼티

protected $_globalVar

$_tplVars 보호되어 있는 프로퍼티

protected $_tplVars

$interface 공개적으로 프로퍼티

public $interface