ACF_To_REST_API_Option_Controller::__construct PHP Метод

__construct() публичный Метод

public __construct ( $type )
        public function __construct($type)
        {
            parent::__construct($type);
            $this->rest_base = 'options';
        }
ACF_To_REST_API_Option_Controller