<?php namespace nur\v\base; use nur\co; trait TSimpleContent { function print(): void { co::_write($this->getContent()); } }