Yoast\WP\SEO\AI_Generator\Domain\Endpoint
Endpoint_Interface{}
Хуков нет.
Использование
$Endpoint_Interface = new Endpoint_Interface(); // use class methods
Методы
- public get_name()
- public get_namespace()
- public get_route()
- public get_url()
- ERROR: no method name found on line `*/`
- ERROR: no method name found on line `*/`
- ERROR: no method name found on line `*/`
- ERROR: no method name found on line `*/`
Код Endpoint_Interface{} Endpoint Interface{} Yoast 27.6
interface Endpoint_Interface {
/**
* Gets the name.
*
* @return string
*/
public function get_name(): string;
/**
* Gets the namespace.
*
* @return string
*/
public function get_namespace(): string;
/**
* Gets the route.
*
* @return string
*/
public function get_route(): string;
/**
* Gets the URL.
*
* @return string
*/
public function get_url(): string;
}