Sequenzia/app/models/Tag/TypeMethods.php

8 lines
123 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<?php
trait TagTypeMethods
{
public function pretty_type_name()
{
return ucfirst($this->type_name);
}
}