PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
packages
/
seo-helper
/
src
/
Contracts
/
Entities
<?php namespace Botble\SeoHelper\Contracts\Entities; use Botble\SeoHelper\Contracts\RenderableContract; interface WebmastersContract extends RenderableContract { /** * Make Webmaster instance. * * @param array $webmasters * @return $this */ public static function make(array $webmasters = []); /** * Add a webmaster to collection. * * @param string $webmaster * @param string $content * @return $this */ public function add($webmaster, $content); /** * Reset the webmaster collection. * * @return $this */ public function reset(); }
[-] TitleContract.php
[edit]
[+]
..
[-] DescriptionContract.php
[edit]
[-] TwitterCardContract.php
[edit]
[-] WebmastersContract.php
[edit]
[-] MetaCollectionContract.php
[edit]
[-] MiscTagsContract.php
[edit]
[-] AnalyticsContract.php
[edit]
[-] OpenGraphContract.php
[edit]