Scalr\Model\Entity\Account\Environment::__construct PHP 메소드

__construct() 공개 메소드

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();
    }