Zend Framework  3.0
AbstractAdapter Member List

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

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