PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
packages
/
seo-helper
/
src
/
Contracts
<?php namespace Botble\SeoHelper\Contracts; interface RenderableContract { /** * Render the tag. * * @return string */ public function render(); /** * Render the tag. * * @return string */ public function __toString(); }
[+]
..
[-] SeoTwitterContract.php
[edit]
[-] SeoHelperContract.php
[edit]
[-] RenderableContract.php
[edit]
[+]
Helpers
[-] SeoOpenGraphContract.php
[edit]
[-] SeoMetaContract.php
[edit]
[+]
Entities