AwsInspector\Model\AutoScaling\Repository::__construct PHP Метод

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

public __construct ( null $profile = null, Manager $profileManager = null )
$profile null
$profileManager StackFormation\Profile\Manager
    public function __construct($profile = null, \StackFormation\Profile\Manager $profileManager = null)
    {
        $this->profileManager = is_null($profileManager) ? new \StackFormation\Profile\Manager() : $profileManager;
        $this->asgClient = $this->profileManager->getClient('AutoScaling', $profile);
    }