Docker\API\Model\SystemInformation::getContainersStopped PHP Method

getContainersStopped() public method

public getContainersStopped ( ) : integer
return integer
    public function getContainersStopped()
    {
        return $this->containersStopped;
    }