MailPoet\EmailEditor\Engine\Patterns

Abstract_Pattern::get_description()protectedWC 1.0

Get description.

Method of the class: Abstract_Pattern{}

No Hooks.

Return

String.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_description(): string;

Abstract_Pattern::get_description() code WC 9.8.1

protected function get_description(): string {
	return '';
}