Beispiel #1
0
 /**
  * The constructor.
  *
  * Load a page type by the file.
  *
  * @param string $file_path
  */
 public function __construct($file_path = '')
 {
     parent::__construct($file_path);
     $this->setup_post_types();
 }