Scalr\Model\Collections\SettingsCollection::getEntity PHP 메소드

getEntity() 공개 메소드

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