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

Was this example useful?
0
                                                    /**
     * @inheritdoc
     */
    public function getDate(TestActivity $activity)
    {
        return $activity->getCreated();
    }
                                            
TestActivity's Other Methods