14 lines
159 B
PHP
Executable File
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()
|
|
{
|
|
|
|
}
|
|
}
|