Doctrine\ODM\CouchDB\Types\TypeException::typeExists PHP Метод

typeExists() публичный статический Метод

public static typeExists ( $name )
    public static function typeExists($name)
    {
        return new self("Cannot add type with name '" . $name . "', it already exists.");
    }