Agile Toolkit
4.2
Agile Toolkit is a powerful web development framework. Inspired by GUI Applications development
|
Public Member Functions | |
init () | |
debugStatus () | |
exec ($cmd, $args=array()) | |
write ($str) | |
write_all ($str) | |
read_line ($res='out') | |
read_all ($res='out') | |
read_stderr () | |
terminate ($sig=null) | |
close ($res=null) | |
nice ($nice) | |
Data Fields | |
$descriptorspec = array() | |
$args = array() | |
$cmd = null | |
$pipes = array() | |
$process = null | |
$stderr = '' | |
$exic_code = null | |
Protected Member Functions | |
execute_raw ($command) |
close | ( | $ | res = null | ) |
debugStatus | ( | ) |
exec | ( | $ | cmd, |
$ | args = array() |
||
) |
execute_raw | ( | $ | command | ) | [protected] |
init | ( | ) |
Initialize object. Always call parent
This method is called for initialization
Reimplemented from AbstractObject.
nice | ( | $ | nice | ) |
read_all | ( | $ | res = 'out' | ) |
read_line | ( | $ | res = 'out' | ) |
read_stderr | ( | ) |
terminate | ( | $ | sig = null | ) |
write | ( | $ | str | ) |
write_all | ( | $ | str | ) |
$args = array() |
$cmd = null |
$descriptorspec = array() |
$exic_code = null |
$pipes = array() |
$process = null |
$stderr = '' |