Scalr\Model\Entity\Account\Environment::__construct PHP Method

__construct() public method

Constructor
public __construct ( string $accountId = null )
$accountId string optional The identifier of the account
    public function __construct($accountId = null)
    {
        $this->accountId = $accountId;
        $this->added = new \DateTime();
    }