Papi_Page_Type::__construct PHP 메소드

__construct() 공개 메소드

Load a page type by the file.
public __construct ( string $file_path = '' )
$file_path string
    public function __construct($file_path = '')
    {
        parent::__construct($file_path);
        $this->setup_post_types();
    }