PATH:
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
test
/
Validator
/
Symfony
/
Component
/
Validator
/
Tests
/
Mapping
/
Loader
<?php namespace Symfony\Component\Validator\Tests\Mapping\Loader; use Symfony\Component\Validator\Mapping\ClassMetadata; abstract class AbstractMethodStaticLoader { abstract public static function loadMetadata(ClassMetadata $metadata); }
[-] constraint-mapping.xml
[edit]
[-] StaticMethodLoaderTest.php
[edit]
[-] AbstractMethodStaticLoader.php
[edit]
[-] XmlFileLoaderTest.php
[edit]
[-] FilesLoaderTest.php
[edit]
[-] constraint-mapping-non-strings.xml
[edit]
[-] empty-mapping.yml
[edit]
[-] AnnotationLoaderTest.php
[edit]
[-] constraint-mapping.yml
[edit]
[-] withdoctype.xml
[edit]
[-] YamlFileLoaderTest.php
[edit]
[+]
..
[-] LoaderChainTest.php
[edit]
[-] nonvalid-mapping.yml
[edit]