REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.34 KB
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/wordpress-seo/src/ai/content-planner/domain/section.php
Text
Base64
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\AI\Content_Planner\Domain; /** * Value object for a content outline section. */ class Section { /** * The subheading text. * * @var string|null */ private $subheading_text; /** * The content notes. * * @var array<string> */ private $content_notes; /** * The constructor. * * @param array<string> $content_notes The content notes. * @param string|null $subheading_text The subheading text. */ public function __construct( array $content_notes, ?string $subheading_text ) { $this->subheading_text = $subheading_text; $this->content_notes = $content_notes; } /** * Returns the subheading text. * * @return string|null The subheading text. */ public function get_subheading_text(): ?string { return $this->subheading_text; } /** * Returns the content notes. * * @return array<string> The content notes. */ public function get_content_notes(): array { return $this->content_notes; } /** * Returns this object in array format. * * @return array<string, string|array<string>|null> The section as an array. */ public function to_array(): array { return [ 'subheading_text' => $this->subheading_text, 'content_notes' => $this->content_notes, ]; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
category.php
750 B
lrw-r--r--
2026-06-03 14:57:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
content-suggestion-list.php
963 B
lrw-r--r--
2026-06-03 14:57:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
content-suggestion.php
1.92 KB
lrw-r--r--
2026-06-03 14:57:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
post-list.php
736 B
lrw-r--r--
2026-06-03 14:57:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
post.php
2.50 KB
lrw-r--r--
2026-06-03 14:57:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
section-list.php
830 B
lrw-r--r--
2026-06-03 14:57:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
section.php
1.34 KB
lrw-r--r--
2026-06-03 14:57:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).