deblan.tv/vendor/trinity/src/Trinity/Bundle/ContentManagerBundle/Model/SeoPageInterface.php
2015-03-02 21:57:49 +01:00

12 lines
248 B
PHP

<?php
namespace Trinity\Bundle\ContentManagerBundle\Model;
interface SeoPageInterface
{
public function getSeoTitle();
public function getMetaDescription();
public function getMetaKeywords();
public function getConfiguration();
}