| 1 | <?php  | 
            ||
| 7 | final class CreatePage extends BaseCreatePage implements CreatePageInterface  | 
            ||
| 8 | { | 
            ||
| 9 | /**  | 
            ||
| 10 |      * {@inheritdoc} | 
            ||
| 11 | */  | 
            ||
| 12 | public function setTitle($title)  | 
            ||
| 16 | |||
| 17 | /**  | 
            ||
| 18 |      * {@inheritdoc} | 
            ||
| 19 | */  | 
            ||
| 20 | public function setName($name)  | 
            ||
| 24 | |||
| 25 | /**  | 
            ||
| 26 |      * {@inheritdoc} | 
            ||
| 27 | */  | 
            ||
| 28 | public function setBody($body)  | 
            ||
| 32 | |||
| 33 | /**  | 
            ||
| 34 |      * {@inheritdoc} | 
            ||
| 35 | */  | 
            ||
| 36 | protected function getDefinedElements()  | 
            ||
| 44 | }  | 
            ||
| 45 |