Method | Description | |
---|---|---|
ascii ( ) : |
A style that uses ASCII characters only. | |
getCornerBLChar ( ) : string | Returns the character used to draw a corner on the bottom left. | |
getCornerBRChar ( ) : string | Returns the character used to draw a corner on the bottom right. | |
getCornerTLChar ( ) : string | Returns the character used to draw a corner on the top left. | |
getCornerTRChar ( ) : string | Returns the character used to draw a corner on the top right. | |
getCrossingBChar ( ) : string | Returns the character used to draw a crossing at the bottom. | |
getCrossingCChar ( ) : string | Returns the character used to draw a crossing at the center. | |
getCrossingLChar ( ) : string | Returns the character used to draw a crossing on the left. | |
getCrossingRChar ( ) : string | Returns the character used to draw a crossing on the right. | |
getCrossingTChar ( ) : string | Returns the character used to draw a crossing at the top. | |
getLineHBChar ( ) : string | Returns the character used to draw a horizontal line at the bottom. | |
getLineHCChar ( ) : string | Returns the character used to draw a horizontal line at the center. | |
getLineHTChar ( ) : string | Returns the character used to draw a horizontal line at the top. | |
getLineVCChar ( ) : string | Returns the character used to draw a vertical line in the middle. | |
getLineVLChar ( ) : string | Returns the character used to draw a vertical line on the left. | |
getLineVRChar ( ) : string | Returns the character used to draw a vertical line on the right. | |
getStyle ( ) : |
Returns the border style. | |
none ( ) : |
A borderless style. | |
setCornerBLChar ( string $char ) : static | Sets the character used to draw a corner on the bottom left. | |
setCornerBRChar ( string $char ) : static | Sets the character used to draw a corner on the bottom right. | |
setCornerTLChar ( string $char ) : static | Sets the character used to draw a corner on the top left. | |
setCornerTRChar ( string $char ) : static | Sets the character used to draw a corner on the top right. | |
setCrossingBChar ( string $char ) : static | Sets the character used to draw a crossing at the bottom. | |
setCrossingCChar ( string $char ) : static | Sets the character used to draw a crossing at the center. | |
setCrossingLChar ( string $char ) : static | Sets the character used to draw a crossing on the left. | |
setCrossingRChar ( string $char ) : static | Sets the character used to draw a crossing on the right. | |
setCrossingTChar ( string $char ) : static | Sets the character used to draw a crossing at the top. | |
setLineHBChar ( string $char ) : static | Sets the character used to draw a horizontal line at the bottom. | |
setLineHCChar ( string $char ) : static | Sets the character used to draw a horizontal line at the center. | |
setLineHTChar ( string $char ) : static | Sets the character used to draw a horizontal line at the top. | |
setLineVCChar ( string $char ) : static | Sets the character used to draw a vertical line in the middle. | |
setLineVLChar ( string $char ) : static | Sets the character used to draw a vertical line on the left. | |
setLineVRChar ( string $char ) : static | Sets the character used to draw a vertical line on the right. | |
setStyle ( |
Sets the border style. | |
solid ( ) : |
A style that uses Unicode characters to draw solid lines. |
public static ascii ( ) : |
||
return | The style. |
public getCornerBLChar ( ) : string | ||
return | string | The corner character. |
public getCornerBRChar ( ) : string | ||
return | string | The corner character. |
public getCornerTLChar ( ) : string | ||
return | string | The corner character. |
public getCornerTRChar ( ) : string | ||
return | string | The corner character. |
public getCrossingBChar ( ) : string | ||
return | string | The crossing character. |
public getCrossingCChar ( ) : string | ||
return | string | The crossing character. |
public getCrossingLChar ( ) : string | ||
return | string | The crossing character. |
public getCrossingRChar ( ) : string | ||
return | string | The crossing character. |
public getCrossingTChar ( ) : string | ||
return | string | The crossing character. |
public getLineHBChar ( ) : string | ||
return | string | The line character. |
public getLineHCChar ( ) : string | ||
return | string | The line character. |
public getLineHTChar ( ) : string | ||
return | string | The line character. |
public getLineVCChar ( ) : string | ||
return | string | The line character. |
public getLineVLChar ( ) : string | ||
return | string | The line character. |
public getLineVRChar ( ) : string | ||
return | string | The line character. |
public getStyle ( ) : |
||
return | The border style. |
public static none ( ) : |
||
return | The style. |
public setCornerBLChar ( string $char ) : static | ||
$char | string | The corner character. |
return | static | The current instance. |
public setCornerBRChar ( string $char ) : static | ||
$char | string | The corner character. |
return | static | The current instance. |
public setCornerTLChar ( string $char ) : static | ||
$char | string | The corner character. |
return | static | The current instance. |
public setCornerTRChar ( string $char ) : static | ||
$char | string | The corner character. |
return | static | The current instance. |
public setCrossingBChar ( string $char ) : static | ||
$char | string | The crossing character. |
return | static | The current instance. |
public setCrossingCChar ( string $char ) : static | ||
$char | string | The crossing character. |
return | static | The current instance. |
public setCrossingLChar ( string $char ) : static | ||
$char | string | The crossing character. |
return | static | The current instance. |
public setCrossingRChar ( string $char ) : static | ||
$char | string | The crossing character. |
return | static | The current instance. |
public setCrossingTChar ( string $char ) : static | ||
$char | string | The crossing character. |
return | static | The current instance. |
public setLineHBChar ( string $char ) : static | ||
$char | string | The line character. |
return | static | The current instance. |
public setLineHCChar ( string $char ) : static | ||
$char | string | The line character. |
return | static | The current instance. |
public setLineHTChar ( string $char ) : static | ||
$char | string | The line character. |
return | static | The current instance. |
public setLineVCChar ( string $char ) : static | ||
$char | string | The line character. |
return | static | The current instance. |
public setLineVLChar ( string $char ) : static | ||
$char | string | The line character. |
return | static | The current instance. |
public setLineVRChar ( string $char ) : static | ||
$char | string | The line character. |
return | static | The current instance. |
public setStyle ( |
||
$style | The border style. | |
return | static | The current instance. |
public static solid ( ) : |
||
return | The style. |