StackFormation\StackFactory::getStackResource PHP Метод

getStackResource() публичный Метод

public getStackResource ( $stackName, $key )
    public function getStackResource($stackName, $key)
    {
        return $this->getStack($stackName)->getResource($key);
    }