You appear to be a bot. Output may be restricted
Description
Returns true
if this class is a prototype.
Usage
$bool = Abstract_Presentation::is_prototype();
Parameters
Returns
bool If this class is a prototype or not.
Source
File name: wordpress-seo/src/presentations/abstract-presentation.php
Lines:
1 to 3 of 3
protected function is_prototype() { return $this->is_prototype; }