AwsInspector\Model\CloudWatchLogs\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 = $profileManager ?: new \StackFormation\Profile\Manager();
        $this->cloudWatchLogsClient = $this->profileManager->getClient('CloudWatchLogs', $profile);
    }