Programming Language PHP

Namespace Oro\Bundle\ActivityContactBundle\Tests\Unit\Fixture

Class TestActivity

Total Examples 2

2 code examples of PHP Oro\Bundle\ActivityContactBundle\Tests\Unit\Fixture\TestActivity extracted from open source projects

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