MailPoet\EmailEditor\Engine\Patterns
Abstract_Pattern::get_namespace()
Get namespace of the pattern.
Method of the class: Abstract_Pattern{}
No Hooks.
Return
String
.
Usage
$Abstract_Pattern = new Abstract_Pattern(); $Abstract_Pattern->get_namespace(): string;
Abstract_Pattern::get_namespace() Abstract Pattern::get namespace code WC 9.8.1
public function get_namespace(): string { return $this->namespace; }