PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
packages
/
seo-helper
/
src
/
Entities
/
OpenGraph
<?php namespace Botble\SeoHelper\Entities\OpenGraph; use Botble\SeoHelper\Bases\MetaCollection as BaseMetaCollection; class MetaCollection extends BaseMetaCollection { /** * Meta tag prefix. * * @var string */ protected $prefix = 'og:'; /** * Meta tag name property. * * @var string */ protected $nameProperty = 'property'; }
[-] MetaCollection.php
[edit]
[-] Graph.php
[edit]
[+]
..