Zend Framework  3.0
AdapterInterface Member List

This is the complete list of members for AdapterInterface, including all inherited members.

clear()AdapterInterface
clearLine()AdapterInterface
clearScreen()AdapterInterface
colorize($string, $color=null, $bgColor=null)AdapterInterface
FILL_BLOCKAdapterInterface
FILL_NONEAdapterInterface
FILL_SHADE_DARKAdapterInterface
FILL_SHADE_LIGHTAdapterInterface
FILL_SHADE_MEDIUMAdapterInterface
getCharset()AdapterInterface
getDefaultCharset()AdapterInterface
getHeight()AdapterInterface
getSize()AdapterInterface
getTitle()AdapterInterface
getWidth()AdapterInterface
hideCursor()AdapterInterface
isUtf8()AdapterInterface
LINE_BLOCKAdapterInterface
LINE_DOUBLEAdapterInterface
LINE_NONEAdapterInterface
LINE_SINGLEAdapterInterface
readChar($mask=null)AdapterInterface
readLine($maxLength=2048)AdapterInterface
resetColor()AdapterInterface
setBgColor($color)AdapterInterface
setCharset(CharsetInterface $charset)AdapterInterface
setColor($color)AdapterInterface
setPos($x, $y)AdapterInterface
showCursor()AdapterInterface
write($text, $color=null, $bgColor=null)AdapterInterface
writeAt($text, $x, $y, $color=null, $bgColor=null)AdapterInterface
writeBox($x1, $y1, $x2, $y2, $lineStyle=self::LINE_SINGLE, $fillStyle=self::FILL_NONE, $color=null, $bgColor=null, $fillColor=null, $fillBgColor=null)AdapterInterface
writeLine($text="", $color=null, $bgColor=null)AdapterInterface
writeText($text, $color=null, $bgColor=null)AdapterInterface
writeTextBlock($text, $width, $height=null, $x=0, $y=0, $color=null, $bgColor=null)AdapterInterface