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

11 lines
135 B
PHP
Raw Normal View History

2023-12-03 22:10:18 +04:00
<?php
namespace nur\v\base;
use nur\co;
trait TSimpleContent {
function print(): void {
co::_write($this->getContent());
}
}