Pagekit\Database\ORM\MetadataManager::has PHP Method

has() public method

Checks if the metadata for a class is already loaded.
public has ( string $class ) : boolean
$class string
return boolean
    public function has($class)
    {
        return isset($this->metadata[$class]);
    }