MailPoet\EmailEditor\Validator
Schema::description()
Set the description of the schema.
Method of the class: Schema{}
No Hooks.
Return
static
.
Usage
$Schema = new Schema(); $Schema->description( $description );
- $description(string) (required)
- Description.
Schema::description() Schema::description code WC 9.8.2
public function description( string $description ) { return $this->update_schema_property( 'description', $description ); }