Scalr\Modules\Platforms\OrphanedServer::offsetExists PHP Méthode

offsetExists() public méthode

See also: ArrayAccess::offsetExists()
public offsetExists ( $property )
    public function offsetExists($property)
    {
        return property_exists($this, $property);
    }