Exemplo n.º 1
0
 /**
  * Registers and builds admin interface for a custom post type.
  * @param type $config
  * @param type $method
  */
 public function addPostType($config, $method = self::FROM_FILE)
 {
     $configData = self::getConfigObject($config, $method);
     PostType::createFromConfig($configData, $this->templateHandler);
 }