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