WP_REST_Post_Types_Controller::__construct PHP Method

__construct() public method

Constructor.
Since: 4.7.0
public __construct ( )
    public function __construct()
    {
        $this->namespace = 'wp/v2';
        $this->rest_base = 'types';
    }