Files
sterivein/core/lib/Thelia/Model/Content.php
2013-08-26 14:44:39 +02:00

14 lines
159 B
PHP
Executable File

<?php
namespace Thelia\Model;
use Thelia\Model\Base\Content as BaseContent;
class Content extends BaseContent
{
public function getUrl()
{
}
}