for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace TreeHouse\IoBundle\Export\FeedType;
/**
* Abstract class to create a new Feed Type with specific settings.
*/
abstract class AbstractFeedType implements FeedTypeInterface
{
* @inheritdoc
public function getNamespaces()
return [];
}
public function getTtl()
return 180;