Programming Language PHP
Namespace Oro\Bundle\ActivityContactBundle\Tests\Unit\Fixture
Class TestActivity
Method/Function getCreated
Total Examples 1
1 code examples of PHP Oro\Bundle\ActivityContactBundle\Tests\Unit\Fixture\TestActivity::getCreated extracted from open source projects
/**
* @inheritdoc
*/
public function getDate(TestActivity $activity)
{
return $activity->getCreated();
}