Пример #1
0
 /**
  * @return PostType
  */
 public function PostType()
 {
     return PostType::getInstance();
 }
/**
 * @return \Diress\PostType
 */
function D_PostType()
{
    return \Diress\PostType::getInstance();
}