public function PostType()
 {
     return PostType::getInstance();
 }
Exemplo n.º 2
0
 public function registerPostTypes()
 {
     $postTypeFactory = PostType::getInstance();
     $postTypeFactory->loadPostType($this->getPostTypeClasses());
     $postTypeFactory->init();
 }