Doctrine\OXM\Mapping\Driver\YAMLDriver::getAllClassNames PHP Метод

getAllClassNames() публичный Метод

Gets the names of all mapped classes known to this driver.
public getAllClassNames ( ) : array
Результат array The names of all mapped classes known to this driver.
    public function getAllClassNames()
    {
        // TODO: Implement getAllClassNames() method.
        throw new \Exception("Not yet implemented");
    }