Current path: home/webdevt/prestashop17/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Fixtures/
?? Go up: /home/webdevt/prestashop17/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests
<?php
namespace Symfony\Component\Validator\Tests\Fixtures;
interface PropertyGetterInterface
{
public function getProperty();
}