Scalr\Model\Collections\SettingsCollection::getEntity PHP Method

getEntity() public method

Gets setting entity
public getEntity ( string $name ) : Scalr\Model\Entity\Setting
$name string Setting name
return Scalr\Model\Entity\Setting
    public function getEntity($name)
    {
        return isset($this->entities[$name]) ? $this->entities[$name] : null;
    }