API
Flyweight |php main.php
execute in terminal
Result:
{element:table; color:green}
{element:tr; color:green}
{element:td; color:green}
{element:table; color:red}
{element:tr; color:red}
{element:td; color:red}
php main.php
execute in terminal
{element:table; color:green}
{element:tr; color:green}
{element:td; color:green}
{element:table; color:red}
{element:tr; color:red}
{element:td; color:red}