nur-ture/nur_src/v/base/TSimpleContent.php

11 lines
135 B
PHP
Raw Normal View History

2024-11-28 15:39:23 +04:00
<?php
namespace nur\v\base;
use nur\co;
trait TSimpleContent {
function print(): void {
co::_write($this->getContent());
}
}