File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/Framework/FieldsAPI/Paragraph.php
Back
<?php declare(strict_types=1); namespace Give\Framework\FieldsAPI; class Paragraph extends Element { const TYPE = 'paragraph'; protected $content = ''; public function content(string $content): self { $this->content = $content; return $this; } public function getContent(): string { return $this->content; } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings