Cleanup namepaces, variables uses

This commit is contained in:
Romain Neutron
2012-09-28 16:06:28 +02:00
parent 372861deb4
commit 1700565862
232 changed files with 593 additions and 1446 deletions

View File

@@ -170,11 +170,9 @@ class Feed_Entry_Adapter implements Feed_Entry_Interface, cache_cacheableInterfa
public function get_link()
{
$registry = $this->app['phraseanet.registry'];
$href = sprintf(
'%slightbox/feeds/entry/%d/'
, $registry->get('GV_ServerName')
, $this->app['phraseanet.registry']->get('GV_ServerName')
, $this->get_id()
);
@@ -496,17 +494,6 @@ class Feed_Entry_Adapter implements Feed_Entry_Interface, cache_cacheableInterfa
return;
}
/**
*
* @param appbox $appbox
* @param Feed_Adapter $feed
* @param Feed_Publisher_Adapter $publisher
* @param string $title
* @param string $subtitle
* @param string $author_name
* @param string $author_mail
* @return Feed_Entry_Adapter
*/
public static function create(Application $app, Feed_Adapter $feed
, Feed_Publisher_Adapter $publisher, $title, $subtitle, $author_name, $author_mail)
{