403Webshell
Server IP : 202.155.9.38  /  Your IP : 216.73.216.124
Web Server : LiteSpeed
System : Linux srv733443859 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64
User : rabbi4843 ( 1044)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/rabbitslotlogin.com/public_html/wp-content/plugins/amp/src/Component/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/rabbitslotlogin.com/public_html/wp-content/plugins/amp/src/Component/CaptionedSlide.php
<?php
/**
 * Class CaptionedSlide
 *
 * @package AmpProject\AmpWP
 */

namespace AmpProject\AmpWP\Component;

use DOMElement;

/**
 * Class CaptionedSlide
 *
 * @internal
 * @since 1.5.0
 */
final class CaptionedSlide implements HasCaption {

	/**
	 * The slide node, possibly an image.
	 *
	 * @var DOMElement
	 */
	private $slide_element;

	/**
	 * The caption node.
	 *
	 * @var DOMElement
	 */
	private $caption_element;

	/**
	 * Constructs the class.
	 *
	 * @param DOMElement $slide_element   The slide node, possibly an image.
	 * @param DOMElement $caption_element The caption element.
	 */
	public function __construct( DOMElement $slide_element, DOMElement $caption_element ) {
		$this->slide_element   = $slide_element;
		$this->caption_element = $caption_element;
	}

	/**
	 * Gets the caption element.
	 *
	 * @return DOMElement
	 */
	public function get_caption_element() {
		return $this->caption_element;
	}

	/**
	 * Gets the slide element.
	 *
	 * @return DOMElement
	 */
	public function get_slide_element() {
		return $this->slide_element;
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit