Ferreteria/v0.6/clade/IO/O/View/TTY/List/aux/Item
Jump to navigation
Jump to search
|
The item documented here has been removed and is no longer in use.
|
| ||||||||||||
Code
Entire contents of file, as removed on 2026-01-26:
<?php namespace Woozalia\Ferret\IO\O\View\TTY\List\aux;
use Woozalia\Ferret\IO\O\Data\Element\Branch\List\aux\caItem as BaseClass;
use Woozalia\Ferret\IO\O\Data\Element\Branch\List\aux\iItem as BaseIface;
interface iItem extends BaseIface {}
class cItem extends BaseClass implements iItem {
protected function RenderIntro() : string { return ' -'; }
protected function RenderOutro() : string { return CRLF; }
}