AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.112
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/annonces/templates/yootheme/packages/view-metadata/src/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/annonces/templates/yootheme/packages/view-metadata/src/Metadata.php
<?php

namespace YOOtheme;

use YOOtheme\View\MetadataObject;

interface Metadata
{
    /**
     * Gets all metadata tags.
     *
     * @param string $names
     *
     * @return MetadataObject[]
     */
    public function all(...$names);

    /**
     * Gets a metadata tag.
     *
     * @param string $name
     *
     * @return MetadataObject|null
     */
    public function get($name);

    /**
     * Sets a metadata tag.
     *
     * @param string $name
     * @param mixed  $value
     * @param array  $attributes
     *
     * @return MetadataObject
     */
    public function set($name, $value, array $attributes = []);

    /**
     * Deletes a metadata tag.
     *
     * @param string $name
     */
    public function del($name);

    /**
     * Merges multiple metadata tags.
     *
     * @param array $metadata
     */
    public function merge(array $metadata);

    /**
     * Filters metadata tags using a callback.
     *
     * @param callable $filter
     *
     * @return MetadataObject[]
     */
    public function filter(callable $filter);

    /**
     * Renders metadata tags.
     *
     * @return string
     */
    public function render();
}

Anon7 - 2022
AnonSec Team