Ferreteria/v0.6/clade/Config/Style/@removed/TTY/List/Wooz

From Woozle Writes Code
Jump to navigation Jump to search
The item documented here has been removed and is no longer in use.

Code

Entire contents, as deleted on 2026-01-26:

<?php namespace Woozalia\Ferret\IO\O\Style\TTY\List;
/**
 * PURPOSE: Woozle's default TTY bullet-list-style #1
 * HISTORY:
 *  2025-02-05 created
 */

use Woozalia\Ferret\IO\O\Style\TTY\caList as BaseClass;
use Woozalia\Ferret\IO\O\Style\TTY\iList as BaseIface;

interface iWooz extends BaseIface {}
class cWooz extends BaseClass implements iWooz {

    // CEMENT
    public function EmptyList() : string { return '{EMPTY LIST}'; }
}